Skip to content

Commit 84381c7

Browse files
committed
Deduplicate the sentence
1 parent a6c21c9 commit 84381c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/astro/WhatIsOpenTaint.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const features = [
3131
<section class="page-section" aria-labelledby="what-heading">
3232
<h2 id="what-heading" class="section-title text-center">Why OpenTaint?</h2>
3333
<p class="section-subtitle">
34-
AI-generated code is scaling codebases fast. Pattern matchers produce too many false positives. Enterprise taint analyzers that work are paywalled. AI agents in a security role give no formal guarantees. OpenTaint does real inter-procedural taint analysis — tracks untrusted data from HTTP inputs to dangerous APIs across endpoints, persistence layers, and framework boundaries.
34+
AI-generated code is scaling codebases fast. Pattern matchers produce too many false positives. Enterprise taint analyzers that work are paywalled. AI agents in a security role give no formal guarantees.
3535
</p>
3636
<p class="section-subtitle">
3737
OpenTaint does real inter-procedural taint analysis — tracks untrusted data from HTTP inputs to dangerous APIs across endpoints, persistence layers, and framework boundaries.

0 commit comments

Comments
 (0)