Skip to content

Commit 7ddfc00

Browse files
authored
Merge branch 'main' into patch-1
2 parents 6d339e5 + 7e644d8 commit 7ddfc00

File tree

793 files changed

+49593
-19624
lines changed

Some content is hidden

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

793 files changed

+49593
-19624
lines changed

.codeqlmanifest.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@
1010
"javascript/ql/experimental/adaptivethreatmodeling/src/qlpack.yml",
1111
"misc/legacy-support/*/qlpack.yml",
1212
"misc/suite-helpers/qlpack.yml",
13-
"ruby/ql/consistency-queries/qlpack.yml",
14-
"ruby/extractor-pack/codeql-extractor.yml"
15-
]
16-
}
13+
"ruby/extractor-pack/codeql-extractor.yml",
14+
"ruby/ql/consistency-queries/qlpack.yml"
15+
],
16+
"versionPolicies": {
17+
"default": {
18+
"requireChangeNotes": true,
19+
"committedPrereleaseSuffix": "dev",
20+
"committedVersion": "nextPatchRelease"
21+
}
22+
}
23+
}

.github/workflows/ruby-dataset-measure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
repo: [rails/rails, discourse/discourse, spree/spree]
27+
repo: [rails/rails, discourse/discourse, spree/spree, ruby/ruby]
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v2

cpp/autobuilder/Semmle.Autobuild.Cpp/Semmle.Autobuild.Cpp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</ItemGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.Build" Version="16.9.0" />
20+
<PackageReference Include="Microsoft.Build" Version="16.11.0" />
2121
</ItemGroup>
2222

2323
<ItemGroup>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
lgtm,codescanning
2+
* A new query `cpp/certificate-not-checked` has been added for C/C++. The query flags unsafe use of OpenSSL and similar libraries.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
lgtm,codescanning
2+
* A new query `cpp/certificate-result-conflation` has been added for C/C++. The query flags unsafe use of OpenSSL and similar libraries.

cpp/ql/lib/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 0.0.4
2+
3+
### New Features
4+
5+
* The QL library `semmle.code.cpp.commons.Exclusions` now contains a predicate
6+
`isFromSystemMacroDefinition` for identifying code that originates from a
7+
macro outside the project being analyzed.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 0.0.4
2+
3+
### New Features
4+
5+
* The QL library `semmle.code.cpp.commons.Exclusions` now contains a predicate
6+
`isFromSystemMacroDefinition` for identifying code that originates from a
7+
macro outside the project being analyzed.

cpp/ql/lib/codeql-pack.release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
lastReleaseVersion: 0.0.4

cpp/ql/lib/qlpack.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: codeql/cpp-all
2-
version: 0.0.2
2+
version: 0.0.5-dev
3+
groups: cpp
34
dbscheme: semmlecode.cpp.dbscheme
45
extractor: cpp
56
library: true
67
dependencies:
7-
codeql/cpp-upgrades: 0.0.2
8+
codeql/cpp-upgrades: ^0.0.3

0 commit comments

Comments
 (0)