We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e0c88 commit ee6f2a8Copy full SHA for ee6f2a8
test/cppcheck_suppressions.txt
@@ -1,23 +1,12 @@
1
//
2
// Ignore libinjection related stuff.
3
4
-*:others/libinjection/src/libinjection_html5.c
5
-*:others/libinjection/src/libinjection_sqli.c
6
-*:others/libinjection/src/libinjection_xss.c
7
-*:others/libinjection/src/reader.c
8
-*:others/libinjection/src/sqli_cli.c
9
-*:others/libinjection/src/testdriver.c
10
-*:others/libinjection/src/test_speed_sqli.c
11
-*:others/libinjection/src/test_speed_xss.c
12
-
+*:others/libinjection/src/*
13
14
15
// Lets ignore mbedtls.
16
17
-*:others/mbedtls/base64.c
18
-*:others/mbedtls/md5.c
19
-*:others/mbedtls/sha1.c
20
+*:others/mbedtls/*
21
22
23
// Code imported from ModSecurity v2...
0 commit comments