Skip to content

Commit 6757e0c

Browse files
committed
feat(iast): xss vulnerability
1 parent f942f32 commit 6757e0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/appsec/iast/taint_sinks/_taint_sinks_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def get_parametrize(vuln_type, ignore_list=None):
2222
"$1 - Tainted range based redaction - multiple ranges",
2323
"Redacted source that needs to be truncated",
2424
"Query with single quoted string literal and null source",
25+
"No redacted that needs to be truncated - whole text",
2526
):
2627
continue
2728

0 commit comments

Comments
 (0)