Skip to content

Commit 5faa61a

Browse files
author
Alvaro Muñoz
authored
Merge branch 'main' into fix_csharp_asPartialModel
2 parents ac188d6 + 1e9f745 commit 5faa61a

File tree

90 files changed

+287
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+287
-131
lines changed

README.md

Lines changed: 3 additions & 0 deletions
File renamed without changes.

cpp/src/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
library: false
22
name: githubsecuritylab/codeql-cpp-queries
3-
version: 0.0.2
3+
version: 0.0.3
44
suites: suites
55
defaultSuiteFile: suites/cpp.qls
66
dependencies:

cpp/src/suites/cpp.qls

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
1-
- description: "GitHub's Community Packs Ruby Extended Suite"
1+
- description: "GitHub's Community Packs C/C++ Extended Suite"
22

3-
- qlpack: github-queries-ruby
3+
- queries: '.'
4+
from: githubsecuritylab/codeql-cpp-queries
45

5-
- import: codeql-suites/ruby-security-extended.qls
6-
from: codeql/ruby-queries
6+
- include:
7+
kind:
8+
- problem
9+
- path-problem
10+
precision:
11+
- very-high
12+
- high
13+
- medium
14+
- low
15+
16+
# Remove debugging, and audit queries
17+
- exclude:
18+
tags contain:
19+
- debugging
20+
- audit
21+
22+
# Remove local testing folders
723
- exclude:
8-
id:
9-
- rb/hardcoded-credentials
24+
query path:
25+
- /testing\/.*/
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
lockVersion: 1.0.0
3+
dependencies: {}
4+
compiled: false

csharp/ext/codeql-pack.lock.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
lockVersion: 1.0.0
3+
dependencies: {}
4+
compiled: false
File renamed without changes.
File renamed without changes.

csharp/src/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
library: false
22
name: githubsecuritylab/codeql-csharp-queries
3-
version: 0.0.2
3+
version: 0.0.3
44
suites: suites
55
defaultSuiteFile: suites/csharp.qls
66
dependencies:

0 commit comments

Comments
 (0)