-
-
Notifications
You must be signed in to change notification settings - Fork 735
Reduce use of error level logging in pscan rules, tech detection, & retire #6645
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
base: main
Are you sure you want to change the base?
Conversation
public void scanHttpResponseReceive(HttpMessage msg, int id, Source source) { | ||
|
||
try { | ||
LOGGER.debug( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a lot but it's because all the indentation changed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is likely helpful to "Hide Whitespace" while reviewing this PR.
@Override | ||
public void scanHttpResponseReceive(HttpMessage msg, int id, Source source) { | ||
|
||
try { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a lot but it's because all the indentation changed.
public void scanHttpResponseReceive(HttpMessage msg, int id, Source source) { | ||
|
||
// TODO: standardise the logic in the case of duplicate / conflicting headers. | ||
try { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a lot but it's because all the indentation changed.
Great job! No new security vulnerabilities introduced in this pull requestUse @Checkmarx to reach out to us for assistance. Just send a PR comment with Examples: |
77572e5
to
518f493
Compare
518f493
to
0c65c0c
Compare
retire - Add change note. - Update logging in scan rules. Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
0c65c0c
to
fe7bda8
Compare
Overview