Skip to content

Commit d4b083b

Browse files
authored
Merge pull request #19376 from adityasharad/actions/exclude-model-generator-queries
Actions: Exclude model-generator queries from query suites
2 parents 3437210 + b197de8 commit d4b083b

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

actions/ql/src/Models/ReusableWorkflowsSinks.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @problem.severity warning
66
* @security-severity 9.3
77
* @precision high
8-
* @id actions/reusable-wokflow-sinks
8+
* @id actions/reusable-workflow-sinks
99
* @tags actions
1010
* model-generator
1111
* external/cwe/cwe-020
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### Breaking Changes
2+
3+
* The following queries have been removed from the `security-and-quality` suite.
4+
They are not intended to produce user-facing
5+
alerts describing vulnerabilities.
6+
Any existing alerts for these queries will be closed automatically.
7+
* `actions/composite-action-sinks`
8+
* `actions/composite-action-sources`
9+
* `actions/composite-action-summaries`
10+
* `actions/reusable-workflow-sinks`
11+
(renamed from `actions/reusable-wokflow-sinks`)
12+
* `actions/reusable-workflow-sources`
13+
* `actions/reusable-workflow-summaries`
14+

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

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@
3333
tags contain:
3434
- modeleditor
3535
- modelgenerator
36+
- 'model-generator'

0 commit comments

Comments
 (0)