Skip to content

Commit 182adb1

Browse files
authored
Merge pull request #21 from jketema/bleeding-edge
Update to CodeQL 2.10.1
2 parents 6b7c906 + 5b6e9c2 commit 182adb1

32 files changed

+46
-36
lines changed

c/cert/src/codeql-pack.lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
dependencies:
33
codeql/cpp-all:
4-
version: 0.2.3
4+
version: 0.3.1
55
compiled: false
66
lockVersion: 1.0.0

c/cert/src/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ version: 2.6.0-dev
33
suites: codeql-suites
44
dependencies:
55
codeql/common-c-coding-standards: '*'
6-
codeql/cpp-all: 0.2.3
6+
codeql/cpp-all: 0.3.1

c/cert/test/codeql-pack.lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
dependencies:
33
codeql/cpp-all:
4-
version: 0.2.3
4+
version: 0.3.1
55
compiled: false
66
lockVersion: 1.0.0

c/common/src/codeql-pack.lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
dependencies:
33
codeql/cpp-all:
4-
version: 0.2.3
4+
version: 0.3.1
55
compiled: false
66
lockVersion: 1.0.0

c/common/src/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ name: codeql/common-c-coding-standards
22
version: 2.6.0-dev
33
dependencies:
44
codeql/common-cpp-coding-standards: '*'
5-
codeql/cpp-all: 0.2.3
5+
codeql/cpp-all: 0.3.1

c/common/test/codeql-pack.lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
dependencies:
33
codeql/cpp-all:
4-
version: 0.2.3
4+
version: 0.3.1
55
compiled: false
66
lockVersion: 1.0.0

c/misra/src/codeql-pack.lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
dependencies:
33
codeql/cpp-all:
4-
version: 0.2.3
4+
version: 0.3.1
55
compiled: false
66
lockVersion: 1.0.0

c/misra/src/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ version: 2.6.0-dev
33
suites: codeql-suites
44
dependencies:
55
codeql/common-c-coding-standards: '*'
6-
codeql/cpp-all: 0.2.3
6+
codeql/cpp-all: 0.3.1

c/misra/test/codeql-pack.lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
dependencies:
33
codeql/cpp-all:
4-
version: 0.2.3
4+
version: 0.3.1
55
compiled: false
66
lockVersion: 1.0.0
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- `A2-10-4` - `IdentifierNameOfStaticFunctionReusedInNamespace.ql`:
2+
- Reuse of an identifier name of a static function in a namespace is now detected.
3+
- `A2-10-4` - `IdentifierNameOfStaticNonMemberObjectReusedInNamespace.ql`:
4+
- Reuse of an identifier name of a static non-member object in a namespace is now detected.
5+
- `A2-10-5` - `IdentifierNameOfStaticNonMemberObjectWithExternalOrInternalLinkageIsReused.ql`:
6+
- Reuse of an identifier name of a static non-member object with internal linkage in a namespace is now detected.

0 commit comments

Comments
 (0)