Skip to content

Commit

Permalink
Crosslink autonomous testing and fuzzing
Browse files Browse the repository at this point in the history
  • Loading branch information
asatarin committed Apr 22, 2024
1 parent bafb83f commit 81af7a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -227,7 +227,7 @@ defining the space and the state of the art. Will Wilson (of [FoundationDB](#fou
how OrioleDB uses Antithesis to test the database
* [Chaos Testing Stardog Cluster for Fun and Profit](https://www.stardog.com/labs/blog/chaos-testing-stardog-cluster-for-fun-and-profit/)

See also [Deterministic Simulation](#deterministic-simulation), [FoundationDB](#foundationdb) and [Fuzzing](#fuzzing).
See also [deterministic simulation](#deterministic-simulation), [FoundationDB](#foundationdb) and [Fuzzing](#fuzzing).

### Lineage-driven Fault Injection

Expand Down Expand Up @@ -263,6 +263,8 @@ And input fuzzing, where message contents or user inputs are fuzzed:
* [How Heartbleed could've been found](https://blog.hboeck.de/archives/868-How-Heartbleed-couldve-been-found.html)
example of how fuzzing could be used for finding famous HeartBleed vulnerability

See also [autonomous testing](#autonomous-testing).

### Microservices

Amazing and comprehensive overview of different strategies to test systems built with microservices by Cindy Sridharan.
Expand Down

0 comments on commit 81af7a2

Please sign in to comment.