Skip to content

Commit

Permalink
Update vulfi_rules.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Martyx00 authored Apr 15, 2024
1 parent 0277225 commit 119d9be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vulfi_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"wsprintfa",
"fprintf",
"sprintf",
"siprintf",
"vsprintf",
"vfprintf",
"sscanf",
Expand All @@ -68,6 +69,7 @@
"vfprintf_l",
"vfwprintf_l",
"asprintf",
"asiprintf",
"vfprintf_p",
"vfprintf_p_l",
"vfwprintf_p",
Expand Down Expand Up @@ -122,6 +124,7 @@
"vswprintf_s",
"vswprintf_s_l",
"__asprintf_chk",
"__asiprintf_chk",
"__dprintf_chk",
"__fprintf_chk",
"__fwprintf_chk",
Expand Down Expand Up @@ -276,6 +279,7 @@
"fscanf",
"sscanf",
"sprintf",
"siprintf",
"vsprintf",
"vsprintf_like"
],
Expand Down Expand Up @@ -467,4 +471,4 @@
"Low": "param[1].number_value() in [0,1] or param[0].used_as_index()"
}
}
]
]

0 comments on commit 119d9be

Please sign in to comment.