File tree
4 files changed
+6
-3
lines changed- others
- src/actions/disruptive
- test/test-cases
4 files changed
+6
-3
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
| 5 | + | |
4 | 6 |
| |
5 | 7 |
| |
6 | 8 |
| |
|
Submodule libinjection updated 72 files
- .gitignore+1
- .travis.yml+12-2
- CHANGELOG+2
- CHANGELOG.md+19-6
- COPYING+32-37
- Makefile+23-1
- README.md+33-33
- RELEASE-HOWTO.md+33
- cicada/StateRedis.py-62
- cicada/cicada-event.py-12
- cicada/cicada-pump.py-12
- cicada/cicada-web.py-134
- cicada/cicada.py-109
- cicada/events.py-57
- cicada/libinjection_test.py-786
- cicada/pollers.py-39
- cicada/publishers.py-48
- cicada/shell.py-20
- cicada/sourcecontrol.py-150
- cicada/status.html-68
- configure-clang-asan.sh+20
- configure-clang.sh+6-3
- configure-gcc-hardened.sh+1-1
- data/false_positives.txt+2-1
- data/sqli-@ru_raz0-20160705.txt+30
- data/sqli-arithmetic_blind_sqli.txt+1-1
- data/sqli-forums.txt+8-4
- data/sqli-github-110.txt+6
- data/sqli-github-114.txt+4
- data/sqli-github-123.txt+1
- data/sqli-github-125.txt+11
- data/sqli-github-modsec-782.txt+3
- data/sqli-left.txt+7
- data/sqli-misc.txt+7-2
- data/sqli-sqlmap-20160724.txt+100
- data/xss-html5secorg.txt+1-1
- go/main.go+1-1
- make-ci.sh+85
- misc/home.html+1-1
- misc/home.md+1-1
- run-clang-asan.sh+11
- run-clang-static-analyzer.sh-36
- run-gcov-samples.sh+1-1
- run-gcov-unittests.sh+1-1
- src/Makefile+65-19
- src/alpine.supp+18
- src/clang.sh+1-1
- src/fingerprints.txt+660-141
- src/libinjection.h+6-6
- src/libinjection_html5.c+6-3
- src/libinjection_sqli.c+50-42
- src/libinjection_sqli.h+17-18
- src/libinjection_sqli_data.h+673-146
- src/libinjection_xss.c+15-14
- src/make_parens.py+8-6
- src/reader.c+2-2
- src/sqli_cli.c+21-1
- src/sqlparse2c.py+2-2
- src/sqlparse_data.json+670-143
- src/sqlparse_map.py+11-2
- src/test-cppcheck.sh+1-1
- src/test-driver.sh+2
- src/test-samples-sqli-negative.sh+1-1
- src/test-samples-sqli-positive.sh+1-1
- src/test-samples-xss-positive.sh+1-1
- src/test-unit.sh+1-1
- src/testdriver.c+6-5
- tags.sh+6-6
- test-gprof.sh+2-2
- tests/test-folding-118.txt+11
- tests/test-tokens-numbers-string-005.txt+1-1
- tests/test-tokens-string-071.txt+8
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
| 42 | + | |
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
|
0 commit comments