Skip to content

Commit ebab0d0

Browse files
committed
add sections, add one item for fuzzing
1 parent b6e1a89 commit ebab0d0

File tree

6 files changed

+11
-0
lines changed

6 files changed

+11
-0
lines changed

content/docs/crypto/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ For each tool, we cover topics such as:
1313
- Installation and basic use
1414
- Provide examples
1515

16+
## Sections
17+
1618
{{< section >}}

content/docs/dynamic-analysis/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ Here we present several dynamic analysis tools. For each tool, we cover topics s
1313
- Advanced configuration
1414
- Usage in continuous integration pipelines
1515

16+
## Sections
17+
1618
{{< section >}}

content/docs/fuzzing/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ What type of issues fuzzing can find?
229229
* Differentials: cross testing between different implementations of the same functionality
230230
* Cross-platform differentials: testing the same code on different architectures
231231
* Regressions: between different versions of the same code
232+
* Cross-implementation: between different libraries or tools implementing similar functionality
232233

233234
* Broken logical properties
234235
* Round-trip: `decode(encode(x)) == x`

content/docs/static-analysis/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ This section presents several static analysis tools. For each tool, we cover top
1212
- Advanced configuration
1313
- Usage in continuous integration pipelines
1414

15+
## Sections
16+
1517
{{< section >}}
1618

1719
## Basic theory

content/docs/web/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ This section presents web application security tools. For each tool, we cover to
1212
- Advanced configuration
1313
- Usage in continuous integration pipelines
1414

15+
## Sections
16+
1517
{{< section >}}

content/docs/web/burp/stepbystep/02-workingmanually/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ standpoint—you can choose appropriate requests from the **Proxy** tab and try
1313
For example, requests that reflect user-provided values in the response and API calls that handle authentication
1414
are worth investigating in this manner. To support yourself with semi-automatic methods, use the following Burp tools.
1515

16+
## Sections
17+
1618
{{< section >}}

0 commit comments

Comments
 (0)