Skip to content

Instantly share code, notes, and snippets.

@inkz
Created October 15, 2021 06:12
Show Gist options
  • Save inkz/5ee6e2232b301ec58ce0c730a920f064 to your computer and use it in GitHub Desktop.
Save inkz/5ee6e2232b301ec58ce0c730a920f064 to your computer and use it in GitHub Desktop.
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