Skip to content

Commit

Permalink
Update fuzzer running keys to be accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
en-milie committed Dec 8, 2023
1 parent a044de4 commit d135254
Show file tree
Hide file tree
Showing 104 changed files with 206 additions and 206 deletions.
4 changes: 2 additions & 2 deletions docs/fuzzers/field-fuzzers/abugidas-in-string-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This Fuzzer has 2 flavours depending on the `--sanitizationStrategy`.
| Item | Description |
|:--------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **Full Fuzzer Name** | AbugidasInStringFieldsSanitizeValidateFuzzer |
| **Log Key** | **AISFH** |
| **Log Key** | **AISF** |
| **Description** | This fuzzer inserts [abugida](https://en.wikipedia.org/wiki/Abugida) characters (జ్ఞ‌ా and স্র‌ু) in valid values. The expectation is that APIs will sanitize the `\u200c` character and leave only the `జ్ఞ` and ``. |
| **Enabled by default?** | Yes |
| **Target field types** | OpenAPI type `string` |
Expand All @@ -27,7 +27,7 @@ This Fuzzer has 2 flavours depending on the `--sanitizationStrategy`.
| Item | Description |
|:--------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **Full Fuzzer Name** | AbugidasInStringFieldsValidateSanitizeFuzzer |
| **Log Key** | **AISFH** |
| **Log Key** | **AISF** |
| **Description** | This fuzzer inserts [abugida](https://en.wikipedia.org/wiki/Abugida) characters (జ్ఞ‌ా and স্র‌ু) in valid values. As the sanitization is assumed post-validation, the expectation is that APIs reject the request as invalid. |
| **Enabled by default?** | Yes |
| **Target field types** | OpenAPI type `string` |
Expand Down
2 changes: 1 addition & 1 deletion docs/fuzzers/field-fuzzers/decimal-fields-left-boundary.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hide_table_of_contents: true
| Item | Description |
|:--------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **Full Fuzzer Name** | DecimalFieldsLeftBoundaryFuzzer |
| **Log Key** | **DFLBF** |
| **Log Key** | **DFLB** |
| **Description** | This fuzzer will send left boundary values in decimal fields. The expectation is that APIs will reject the request as invalid, as the value is lower than it's minimum. |
| **Enabled by default?** | Yes |
| **Target field types** | OpenAPI type `number` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hide_table_of_contents: true
| Item | Description |
|:--------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **Full Fuzzer Name** | DecimalFieldsRightBoundaryFuzzer |
| **Log Key** | **DFRBF** |
| **Log Key** | **DFRB** |
| **Description** | This fuzzer will send right boundary values in decimal fields. The expectation is that APIs will reject the request as invalid, as the value is higher than it's maximum. |
| **Enabled by default?** | Yes |
| **Target field types** | OpenAPI type `number` |
Expand Down
2 changes: 1 addition & 1 deletion docs/fuzzers/field-fuzzers/decimals-in-integers.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hide_table_of_contents: true
| Item | Description |
|:--------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **Full Fuzzer Name** | DecimalNumbersInIntegerFieldsFuzzer |
| **Log Key** | **DNIIFF** |
| **Log Key** | **DNIIF** |
| **Description** | This fuzzer will send decimal values in integer fields. The expectation is that APIs will reject the request as invalid, rather than rounding it. |
| **Enabled by default?** | Yes |
| **Target field types** | OpenAPI type `integer` |
Expand Down
Loading

0 comments on commit d135254

Please sign in to comment.