mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
adding powershell suites
This commit is contained in:
8
powershell/ql/src/suites/codeql-preproduction.qls
Normal file
8
powershell/ql/src/suites/codeql-preproduction.qls
Normal file
@@ -0,0 +1,8 @@
|
||||
- description: codeql-preproduction suite
|
||||
- queries: '.'
|
||||
from: microsoft-sdl/powershell-queries
|
||||
- include:
|
||||
tags contain: codeql-preproduction
|
||||
- include:
|
||||
kind:
|
||||
- alert-suppression
|
||||
17
powershell/ql/src/suites/sdl-ca.qls
Normal file
17
powershell/ql/src/suites/sdl-ca.qls
Normal file
@@ -0,0 +1,17 @@
|
||||
- description: SDL-required high precision suite
|
||||
- queries: '.'
|
||||
from: microsoft-sdl/powershell-queries
|
||||
- include:
|
||||
tags contain: sdl-required
|
||||
precision:
|
||||
- High
|
||||
- high
|
||||
- very-high
|
||||
microsoft.severity:
|
||||
- Important
|
||||
- Critical
|
||||
- important
|
||||
- critical
|
||||
- include:
|
||||
kind:
|
||||
- alert-suppression
|
||||
11
powershell/ql/src/suites/sdl-required.qls
Normal file
11
powershell/ql/src/suites/sdl-required.qls
Normal file
@@ -0,0 +1,11 @@
|
||||
- description: SDL-required suite
|
||||
- queries: '.'
|
||||
from: microsoft-sdl/powershell-queries
|
||||
- include:
|
||||
tags contain: sdl-required
|
||||
- include:
|
||||
tags contain: alert-suppression-report
|
||||
- include:
|
||||
kind:
|
||||
- alert-suppression
|
||||
- apply: suites/secure-future-initiative.qls
|
||||
8
powershell/ql/src/suites/sdl-review.qls
Normal file
8
powershell/ql/src/suites/sdl-review.qls
Normal file
@@ -0,0 +1,8 @@
|
||||
- description: SDL-review suite
|
||||
- queries: '.'
|
||||
from: microsoft-sdl/powershell-queries
|
||||
- include:
|
||||
tags contain: sdl-review
|
||||
- include:
|
||||
kind:
|
||||
- alert-suppression
|
||||
10
powershell/ql/src/suites/secure-future-initiative.qls
Normal file
10
powershell/ql/src/suites/secure-future-initiative.qls
Normal file
@@ -0,0 +1,10 @@
|
||||
- description: Secure Future Initiative Suite
|
||||
- queries: '.'
|
||||
from: microsoft-sdl/powershell-queries
|
||||
- include:
|
||||
tags contain: secure-future-initiative
|
||||
- include:
|
||||
tags contain: alert-suppression-report
|
||||
- include:
|
||||
kind:
|
||||
- alert-suppression
|
||||
Reference in New Issue
Block a user