Skip to content

Commit 1c54f10

Browse files
committed
add system rule for jooq
1 parent a64e1fb commit 1c54f10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rules/system.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@
102102
{"function": "getParameter", "type": "know", "vul": "", "actions": {"return": "this"}, "polluted": [], "signatures": []},
103103
{"function": "getParameterMap", "type": "know", "vul": "", "actions": {"return": "this"}, "polluted": [], "signatures": []}
104104
]},
105-
105+
{"name": "org.jooq.impl.Convert", "rules": [
106+
{"function": "convert", "type": "know", "vul": "", "actions": {"return": "param-0"}, "polluted": [], "signatures": []}
107+
]},
106108

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

0 commit comments

Comments
 (0)