Skip to content

Commit

Permalink
add system rule for jooq
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1t3p1g committed Mar 31, 2024
1 parent a64e1fb commit 1c54f10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rules/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@
{"function": "getParameter", "type": "know", "vul": "", "actions": {"return": "this"}, "polluted": [], "signatures": []},
{"function": "getParameterMap", "type": "know", "vul": "", "actions": {"return": "this"}, "polluted": [], "signatures": []}
]},

{"name": "org.jooq.impl.Convert", "rules": [
{"function": "convert", "type": "know", "vul": "", "actions": {"return": "param-0"}, "polluted": [], "signatures": []}
]},

{"name":"java.io.PrintStream", "rules": [
{"function": "print", "type": "ignore", "vul": "", "actions": {}, "polluted": [], "signatures": []}
Expand Down

0 comments on commit 1c54f10

Please sign in to comment.