Skip to content

Commit 437bad8

Browse files
committed
Reframe: engine reuses rules instead of repeating the work; state positive qualities
1 parent e0388cc commit 437bad8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ _Libraries that handle security, authentication, authorization or session manage
11491149

11501150
_Tools that scan source or bytecode to find security vulnerabilities._
11511151

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. Because the agents do this expensive work only once, later scans stay fast and deterministic, with low false positives and few missed findings.
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. Because the engine reuses these rules instead of repeating that expensive work, later scans become fast, deterministic, precise, and thorough.
11531153

11541154
### Serialization
11551155

0 commit comments

Comments
 (0)