We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
default-config-inputs.json contains a section:
"listOfDangerousArtifacts": [ "bin/bash", "sbin/sh", "bin/ksh", "bin/tcsh", "bin/zsh", "usr/bin/scsh", "bin/csh", "bin/busybox", "usr/bin/busybox" ],
No rule appears to use these, as surmised by a search for listOfDangerousArtifacts only finding this file.
listOfDangerousArtifacts
The text was updated successfully, but these errors were encountered:
@craigbox mind if I ask what makes this a bug? Also, since this list is not being used, would it be right to get rid of it?
Going through the logs I found that commit: 1daf7d2 got rid of the last rule that was using this list.
Sorry, something went wrong.
mind if I ask what makes this a bug?
The fact I was writing documentation for the list of configurable items!
(/cc @amirmalka who committed that change)
No branches or pull requests
default-config-inputs.json contains a section:
No rule appears to use these, as surmised by a search for
listOfDangerousArtifacts
only finding this file.The text was updated successfully, but these errors were encountered: