File tree
8 files changed
+39
-19
lines changed- .github/workflows
- build/win32
- others
- src/operators
- test
8 files changed
+39
-19
lines changedLines changed: 15 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
61 |
| - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
62 | 65 |
| |
63 | 66 |
| |
64 | 67 |
| |
| |||
105 | 108 |
| |
106 | 109 |
| |
107 | 110 |
| |
108 |
| - | |
109 |
| - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
110 | 116 |
| |
111 | 117 |
| |
112 | 118 |
| |
| |||
135 | 141 |
| |
136 | 142 |
| |
137 | 143 |
| |
138 |
| - | |
139 |
| - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
140 | 149 |
| |
141 | 150 |
| |
142 | 151 |
| |
|
Lines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
34 | 48 |
| |
35 | 49 |
| |
36 | 50 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
| 78 | + | |
78 | 79 |
| |
79 | 80 |
| |
80 | 81 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 |
| |
9 | 13 |
| |
10 | 14 |
| |
|
Submodule libinjection updated 51 files
- .github/workflows/ci.yml+36-11
- .github/workflows/codeql.yml+76
- .github/workflows/fuzzing.yml+19
- .gitignore+22-12
- Makefile-35
- Makefile.am+36
- README.md+29-8
- autogen.sh+4
- build-aux/ar-lib+271
- build-aux/git-version-gen+226
- build-aux/m4/ax_append_compile_flags.m4+46
- build-aux/m4/ax_append_flag.m4+50
- build-aux/m4/ax_append_link_flags.m4+44
- build-aux/m4/ax_check_compile_flag.m4+53
- build-aux/m4/ax_check_link_flag.m4+53
- build-aux/m4/ax_compiler_vendor.m4+119
- build-aux/m4/ax_compiler_version.m4+544
- build-aux/m4/ax_require_defined.m4+37
- build-aux/m4/libtool.m4+8.4k
- build-aux/m4/ltoptions.m4+437
- build-aux/m4/ltsugar.m4+124
- build-aux/m4/ltversion.m4+23
- build-aux/m4/lt~obsolete.m4+99
- configure-clang-asan.sh-20
- configure-clang.sh-20
- configure-gcc-hardened.sh-16
- configure-gcov.sh-11
- configure-gprof.sh-9
- configure.ac+205
- go/main.go+4-1
- libinjection.pc.in+11
- make-ci.sh+1
- run-fuzzers.sh+8
- run-gcov-samples.sh+4-3
- run-gcov-unittests.sh+2-2
- src/Makefile-160
- src/Makefile.am+89
- src/fuzz/Makefile.am+18
- src/fuzz/create_seed_corpus.sh+15
- src/fuzz/fuzzer.c+17
- src/libinjection.h+2-2
- src/libinjection_html5.c+18
- src/libinjection_sqli.c+19-6
- src/libinjection_xss.c+329-15
- src/reader.c+4-4
- src/sqli_cli.c+2-1
- src/test_speed_sqli.c+1-1
- src/test_speed_xss.c+1-1
- src/test_stack_xss.c+31
- tags.sh+1-1
- test-gprof.sh+2-2
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Lines changed: 1 addition & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
| 4 | + | |
13 | 5 |
| |
14 | 6 |
| |
15 | 7 |
| |
|
0 commit comments