Skip to content

Commit 60d675a

Browse files
authored
chore(detectors): Increase query injection group type noise config (#97816)
1 parent abaa1f5 commit 60d675a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/issues/grouptype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ class QueryInjectionVulnerabilityGroupType(PerformanceGroupTypeDefaults, GroupTy
532532
category_v2 = GroupCategory.DB_QUERY.value
533533
enable_auto_resolve = False
534534
enable_escalation_detection = False
535-
noise_config = NoiseConfig(ignore_limit=5)
535+
noise_config = NoiseConfig(ignore_limit=10000)
536536
default_priority = PriorityLevel.MEDIUM
537537

538538

0 commit comments

Comments
 (0)