Skip to content

Commit 28b3814

Browse files
committed
Add Security Analysis section with OpenTaint
1 parent 4a289dd commit 28b3814

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ We are evaluating to make this the default, you can provide feedback here in [#1
8181
- [Science](#science)
8282
- [Search](#search)
8383
- [Security](#security)
84+
- [Security Analysis](#security-analysis)
8485
- [Serialization](#serialization)
8586
- [Server](#server)
8687
- [Template Engine](#template-engine)
@@ -1144,6 +1145,12 @@ _Libraries that handle security, authentication, authorization or session manage
11441145
- [Topaz](https://www.topaz.sh) - Fine-grained authorization for applications with support for RBAC, ABAC, and ReBAC.
11451146
- [MOSS](https://central.sonatype.com/artifact/com.mosscomputing/moss-sdk) - Cryptographic signing for AI agents using ML-DSA-44 post-quantum signatures, creating audit trails for attribution and compliance.
11461147

1148+
### Security Analysis
1149+
1150+
_Tools that scan source or bytecode to find security vulnerabilities._
1151+
1152+
- [OpenTaint](https://github.com/seqra/opentaint) - An open-source taint-analysis engine that lets AI agents turn security-review findings into reusable taint rules and dependency summaries, so teams can stop repeating expensive analysis, scan continuously at high speed, reduce false positives, and find critical issues before attackers do.
1153+
11471154
### Serialization
11481155

11491156
_Libraries that handle serialization with high efficiency._

0 commit comments

Comments
 (0)