We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0277225 commit 119d9beCopy full SHA for 119d9be
vulfi_rules.json
@@ -57,6 +57,7 @@
57
"wsprintfa",
58
"fprintf",
59
"sprintf",
60
+ "siprintf",
61
"vsprintf",
62
"vfprintf",
63
"sscanf",
@@ -68,6 +69,7 @@
68
69
"vfprintf_l",
70
"vfwprintf_l",
71
"asprintf",
72
+ "asiprintf",
73
"vfprintf_p",
74
"vfprintf_p_l",
75
"vfwprintf_p",
@@ -122,6 +124,7 @@
122
124
"vswprintf_s",
123
125
"vswprintf_s_l",
126
"__asprintf_chk",
127
+ "__asiprintf_chk",
128
"__dprintf_chk",
129
"__fprintf_chk",
130
"__fwprintf_chk",
@@ -276,6 +279,7 @@
276
279
"fscanf",
277
280
278
281
282
283
284
"vsprintf_like"
285
],
@@ -467,4 +471,4 @@
467
471
"Low": "param[1].number_value() in [0,1] or param[0].used_as_index()"
468
472
}
469
473
470
-]
474
+]
0 commit comments