-
-
Notifications
You must be signed in to change notification settings - Fork 737
ascanrules: SQLi PostgreSQL rename scan rule (all time based) #6567
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
Conversation
Great job, no security vulnerabilities found in this Pull Request |
...src/main/java/org/zaproxy/zap/extension/ascanrules/SqlInjectionPostgreSqlTimingScanRule.java
Outdated
Show resolved
Hide resolved
The link to the code in the help page still needs to be updated. |
The comments left here apply to other split/rename PRs as well. |
ecddf90
to
3e14748
Compare
Done across all (I believe) |
...c/main/javahelp/org/zaproxy/zap/extension/ascanrules/resources/help/contents/ascanrules.html
Outdated
Show resolved
Hide resolved
3e14748
to
3f14c38
Compare
Thank you! |
The errors map could be removed from this one too (if done in the other scan rule). |
3f14c38
to
d2a710a
Compare
Oh there's probably a bunch like that. I'll double check. This one has been fixed. |
d2a710a
to
ac49e0a
Compare
Okay I think I got them across all the rules. |
ac49e0a
to
1160738
Compare
Signed-off-by: kingthorin <kingthorin@users.noreply.github.com> # Conflicts: # addOns/ascanrules/CHANGELOG.md # addOns/ascanrules/src/main/resources/org/zaproxy/zap/extension/ascanrules/resources/Messages.properties
1160738
to
9acdd3b
Compare
Overview
The SQL Injection PostgreSQL scan rule has been renamed to indicate that it currently only does time based tests (Issue 7341). (The help already indicates that it is time based).
Related Issues