Skip to content

Commit ee6f2a8

Browse files
committed
Simplify references to other libraries
1 parent e5e0c88 commit ee6f2a8

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

test/cppcheck_suppressions.txt

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,12 @@
11
//
22
// Ignore libinjection related stuff.
33
//
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-
4+
*:others/libinjection/src/*
135

146
//
157
// Lets ignore mbedtls.
168
//
17-
*:others/mbedtls/base64.c
18-
*:others/mbedtls/md5.c
19-
*:others/mbedtls/sha1.c
20-
9+
*:others/mbedtls/*
2110

2211
//
2312
// Code imported from ModSecurity v2...

0 commit comments

Comments
 (0)