Skip to content

Commit dba26a9

Browse files
committed
Merge remote-tracking branch 'origin/main' into nickrolfe/user-controlled-bypass
2 parents a4da528 + 579b58b commit dba26a9

File tree

259 files changed

+5602
-3423
lines changed

Some content is hidden

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

259 files changed

+5602
-3423
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+
}

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>

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)