Commit ad4ddf2
authored
ext_authz: add response fuzzing to ext_authz grpc fuzz test (#41895)
Commit Message: add response fuzzing to ext_authz grpc fuzz test
Additional Description:
Add response fuzzing in the simplest way possible to the ext authz grpc
fuzzer.
This fuzzer now, regardless of what happened on the request path, will
also invoke the response path. This is not the "highest fidelity" way to
do it but it is the simplest and I ran the test overnight with zero
crashes, so I think it's fine for improving fuzz coverage for the ext
authz filter.
Risk Level: none
Testing: fuzz improvement
Signed-off-by: antoniovleonti <[email protected]>1 parent 3773c1c commit ad4ddf2
File tree
3 files changed
+55
-0
lines changed- test/extensions/filters/http/ext_authz
- ext_authz_grpc_corpus
3 files changed
+55
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
Lines changed: 50 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
| |||
0 commit comments