Merge pull request #3736 from rneatherway/exclude-cs-vulnerable-package

Exclude dependency-based query from C# Code Scanning
This commit is contained in:
Jonas Jensen
2020-06-22 17:27:23 +02:00
committed by GitHub
4 changed files with 10 additions and 0 deletions

View File

@@ -2,3 +2,5 @@
- qlpack: codeql-csharp
- apply: code-scanning-selectors.yml
from: codeql-suite-helpers
- apply: codeql-suites/exclude-dependency-queries.yml
from: codeql-csharp

View File

@@ -2,3 +2,5 @@
- qlpack: codeql-csharp
- apply: security-and-quality-selectors.yml
from: codeql-suite-helpers
- apply: codeql-suites/exclude-dependency-queries.yml
from: codeql-csharp

View File

@@ -2,3 +2,5 @@
- qlpack: codeql-csharp
- apply: security-extended-selectors.yml
from: codeql-suite-helpers
- apply: codeql-suites/exclude-dependency-queries.yml
from: codeql-csharp

View File

@@ -0,0 +1,4 @@
- description: C# queries which overlap with dependency analysis
- exclude:
query path:
- Security Features/CWE-937/VulnerablePackage.ql