Skip to content

Commit 119d9be

Browse files
authored
Update vulfi_rules.json
1 parent 0277225 commit 119d9be

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

vulfi_rules.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"wsprintfa",
5858
"fprintf",
5959
"sprintf",
60+
"siprintf",
6061
"vsprintf",
6162
"vfprintf",
6263
"sscanf",
@@ -68,6 +69,7 @@
6869
"vfprintf_l",
6970
"vfwprintf_l",
7071
"asprintf",
72+
"asiprintf",
7173
"vfprintf_p",
7274
"vfprintf_p_l",
7375
"vfwprintf_p",
@@ -122,6 +124,7 @@
122124
"vswprintf_s",
123125
"vswprintf_s_l",
124126
"__asprintf_chk",
127+
"__asiprintf_chk",
125128
"__dprintf_chk",
126129
"__fprintf_chk",
127130
"__fwprintf_chk",
@@ -276,6 +279,7 @@
276279
"fscanf",
277280
"sscanf",
278281
"sprintf",
282+
"siprintf",
279283
"vsprintf",
280284
"vsprintf_like"
281285
],
@@ -467,4 +471,4 @@
467471
"Low": "param[1].number_value() in [0,1] or param[0].used_as_index()"
468472
}
469473
}
470-
]
474+
]

0 commit comments

Comments
 (0)