Skip to content

Commit df28614

Browse files
committed
Fix Semgrep OSS capability claims: has intra-procedural taint, not just pattern matching
1 parent a2aa1ee commit df28614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/astro/FAQ.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const faqItems = [
2222
},
2323
{
2424
question: "How does OpenTaint compare to Semgrep?",
25-
answer: "Semgrep's open-source engine does pattern matching. Its Pro engine adds taint analysis behind a paid tier. OpenTaint ships full inter-procedural dataflow analysis — cross-endpoint flows, persistence layers, stored injections — under Apache 2.0. Rules use a code-native format that the engine translates into complete taint configurations. Semgrep rule syntax is supported as a migration path.",
25+
answer: "Semgrep's open-source engine includes intra-procedural taint analysis — it tracks data within a single function. Its Pro engine adds inter-procedural taint analysis behind a paid tier. OpenTaint ships full inter-procedural dataflow analysis — cross-endpoint flows, persistence layers, stored injections — under Apache 2.0. Rules use a code-native format that the engine translates into complete taint configurations. Semgrep rule syntax is supported as a migration path.",
2626
},
2727
{
2828
question: "How does OpenTaint compare to CodeQL?",

0 commit comments

Comments
 (0)