Skip to content

Commit 3efbed5

Browse files
committed
Shared: Modify the frozen selector to only include security queries.
1 parent 1fbf3a3 commit 3efbed5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

misc/suite-helpers/security-and-frozen-quality-selectors.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
- description: Selectors for selecting the security-and-quality queries for a language
1+
- description: Selectors for selecting the non-quality queries for the security-and-quality queries for a language
22
- include:
33
kind:
44
- problem
55
- path-problem
66
precision:
77
- high
88
- very-high
9+
tags contain:
10+
- security
911
- include:
1012
kind:
1113
- problem
@@ -14,6 +16,8 @@
1416
problem.severity:
1517
- error
1618
- warning
19+
tags contain:
20+
- security
1721
- include:
1822
kind:
1923
- diagnostic

0 commit comments

Comments
 (0)