-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Implement getMetadata
for some more Passive scripts
#452
Conversation
passive/Report non static sites.js
Outdated
This indicates that this may not be a static site. | ||
solution: > | ||
If this is not a static site then ignore or disable this rule. | ||
risk: high |
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.
I understand you've recreated what was previously here but ummm imho we are safe to change this
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.
I guess if it is changed that should be noted in the changelog
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.
I was thinking that too. Should I update it to info
?
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.
That seems reasonable to me
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.
Regarding the changelog, some names/descriptions/… were changed as well (not only in this PR), maybe add a generic entry saying that the scripts that now implement getMetadata()
had their info revised?
Update the following scripts to implement the `getMetadata()` function: - passive/google_api_keys_finder.js - passive/JavaDisclosure.js - passive/Report non static sites.js - passive/RPO.js - passive/s3.js Signed-off-by: ricekot <[email protected]>
16d2c67
to
6851ba7
Compare
Thank you! |
Update the following scripts to implement the
getMetadata()
function:Part of #440.