Skip to content

Commit

Permalink
Mention Clang asan and msan in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgen committed Jan 5, 2024
1 parent 36a6f51 commit a13352c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,7 @@ https://github.com/jorgen/json_struct/tree/master/tests

[PVS-Studio](https://pvs-studio.com/pvs-studio/?utm_source=website&utm_medium=github&utm_campaign=open_source) - static analyzer for C, C++, C#, and Java code.

## DAST Tools
All tests are run with Clang Address Sanitizer and Memory Sanitizers on pull requests.
[Clang Address Sanitizer](https://clang.llvm.org/docs/AddressSanitizer.html)
[Clang Memory Sanitizer](https://clang.llvm.org/docs/MemorySanitizer.html)

0 comments on commit a13352c

Please sign in to comment.