-
-
Notifications
You must be signed in to change notification settings - Fork 704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brk: migrate from core #5213
base: main
Are you sure you want to change the base?
brk: migrate from core #5213
Conversation
Signed-off-by: aryangupta701 <[email protected]>
Signed-off-by: aryangupta701 <[email protected]>
Signed-off-by: aryangupta701 <[email protected]>
Signed-off-by: aryangupta701 <[email protected]>
Signed-off-by: aryangupta701 <[email protected]>
You need to add the new add-on/project to the zap-extensions/settings.gradle.kts Line 27 in ac4cae7
Note that |
why should the network not depend on the break addon? I mean it will be using it right? |
also how should I use this class? |
The You need to adapt the tests to use |
can plugnhack and websocket depend on break addon? @thc202 |
Signed-off-by: aryangupta701 <[email protected]>
Signed-off-by: aryangupta701 <[email protected]>
Yes, although it could be an optional dependency. |
can you share an example of how to add an optional dependency? |
Signed-off-by: aryangupta701 <[email protected]>
zap-extensions/addOns/quickstart/quickstart.gradle.kts Lines 53 to 64 in ac4cae7
|
...c/main/java/org/zaproxy/zap/extension/plugnhack/brk/ClientBreakpointsUiManagerInterface.java
Outdated
Show resolved
Hide resolved
Signed-off-by: aryangupta701 <[email protected]>
Signed-off-by: aryangupta701 <[email protected]>
are there any any existing help pages for brk extension? @thc202 |
You need to create a new extension in the corresponding add-ons (in the previous example, Yes, they are all currently in the |
I am planning to do this in 4 different PRs as updated in this PR's description. Will it be fine? |
Signed-off-by: aryangupta701 <[email protected]>
Signed-off-by: aryangupta701 <[email protected]>
Signed-off-by: aryangupta701 <[email protected]>
Signed-off-by: aryangupta701 <[email protected]>
Thats fine as long as the changes are consistant and dont break things inbetween the PRs. |
Yes, similar to what was done for the spider zaproxy/zaproxy#7335. |
I am not sure why CLA is not working |
Me neither :/ |
I have read the CLA Document and I hereby sign the CLA |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Add just the agreeing comment and no other comments after (we will have to run the check manually). |
I have read the CLA Document and I hereby sign the CLA |
CLA is now passing, it was hitting the default comments limit. Also removed the dummy test commit. |
cf9dded
to
a8dcbf9
Compare
Signed-off-by: aryangupta701 <[email protected]>
I think now is the good time for a quick review |
Did you mean to push more changes? Previous comments are still pending (e.g. #5213 (comment)). |
oops forgot that. Thanks |
addOns/brk/src/main/java/org/zaproxy/addon/brk/ExtensionBreak.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Aryan Gupta <[email protected]>
2af2430
to
55c4428
Compare
shall I now move on to other addons to migrate to brk addon? |
IMO better finish the changes in the brk add-on before that. |
Co-authored-by: Rick M <[email protected]> Signed-off-by: Aryan Gupta <[email protected]>
what changes are left for break add-on? |
At least the following:
|
@aryangupta701 are you able to keep going with this? |
Overview
Part of zaproxy/zaproxy#8153
Related Issues
Specify any related issues or pull requests by linking to them.
Checklist
./gradlew spotlessApply
for code formattingFor more details, please refer to the developer rules and guidelines.
I have read the CLA Document and I hereby sign the CLA