Created
October 15, 2021 06:12
-
-
Save inkz/5ee6e2232b301ec58ce0c730a920f064 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rules: | |
- id: rails-sink-source | |
mode: taint | |
pattern-sources: | |
- pattern: params[$X] | |
pattern-sinks: | |
- pattern: $WHATEVER(...) | |
message: | | |
sink for RoR found | |
languages: | |
- ruby | |
severity: ERROR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment