Merge pull request #130 from microsoft/dilan/powershell-suites

Adding powershell suites
This commit is contained in:
dilanbhalla
2024-11-01 14:15:08 -07:00
committed by GitHub
5 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
- description: codeql-preproduction suite
- queries: '.'
from: microsoft-sdl/powershell-queries
- include:
tags contain: codeql-preproduction
- include:
kind:
- alert-suppression

View 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

View 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

View File

@@ -0,0 +1,8 @@
- description: SDL-review suite
- queries: '.'
from: microsoft-sdl/powershell-queries
- include:
tags contain: sdl-review
- include:
kind:
- alert-suppression

View 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