Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Upgrade github/codeql dependency to 2.10.5#226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mbaluda merged 21 commits intomainfrommbaluda/updateql2.10.5
Mar 9, 2023
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
21 commits
Select commitHold shift + click to select a range
2130477
Upgrade `github/codeql` dependency to 2.10.5
jketemaJul 19, 2022
f0dcebe
Replace `XMLElement` by `XmlElement` and `XMLFile` by `XmlFile`
jketemaAug 30, 2022
178eddc
Fix A2-10-4 and A2-10-5 test results
jketemaJul 19, 2022
c5bb04a
Merge branch 'main' into mbaluda/updateql2.10.5
mbaludaMar 3, 2023
8344027
Update supported_codeql_configs.json
mbaludaMar 3, 2023
1cdf4d8
Update Deviations.qll
mbaludaMar 3, 2023
08fc00e
Update IdentifierNameOfANonMemberObjectWithExternalOrInternalLinkageI…
mbaludaMar 3, 2023
e1e31f5
Update MISRA RULE-8-4 test for changes in latest CodeQL
jketemaMar 1, 2023
39f2079
Format test case
mbaludaMar 3, 2023
f723712
Update test1a.cpp
mbaludaMar 6, 2023
1fd3b9c
Update object1.c
mbaludaMar 6, 2023
c43701f
Update object2.c
mbaludaMar 6, 2023
d82cafb
Update object1.c
mbaludaMar 6, 2023
4f4dc37
Remove submodule codeql
mbaludaMar 6, 2023
b6bb01f
Merge branch 'main' into mbaluda/updateql2.10.5
mbaludaMar 6, 2023
b8161e8
Merge branch 'main' into mbaluda/updateql2.10.5
mbaludaMar 8, 2023
5e8e2ff
Fix RULE-8-4
mbaludaMar 9, 2023
49b1919
Fix RULE-8-4 expected files
mbaludaMar 9, 2023
8a61a0d
Rule-8-4
mbaludaMar 9, 2023
0844615
Add change notes
mbaludaMar 9, 2023
bc0e02d
Merge branch 'main' into mbaluda/updateql2.10.5
mbaludaMar 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions.gitmodules
View file
Open in desktop

This file was deleted.

2 changes: 1 addition & 1 deletionc/cert/src/codeql-pack.lock.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
---
dependencies:
codeql/cpp-all:
version: 0.2.3
version: 0.3.5
compiled: false
lockVersion: 1.0.0
2 changes: 1 addition & 1 deletionc/cert/src/qlpack.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,4 +5,4 @@ suites: codeql-suites
license: MIT
dependencies:
codeql/common-c-coding-standards: '*'
codeql/cpp-all: 0.2.3
codeql/cpp-all: 0.3.5
2 changes: 1 addition & 1 deletionc/cert/test/codeql-pack.lock.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
---
dependencies:
codeql/cpp-all:
version: 0.2.3
version: 0.3.5
compiled: false
lockVersion: 1.0.0
2 changes: 1 addition & 1 deletionc/common/src/codeql-pack.lock.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
---
dependencies:
codeql/cpp-all:
version: 0.2.3
version: 0.3.5
compiled: false
lockVersion: 1.0.0
2 changes: 1 addition & 1 deletionc/common/src/qlpack.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,4 +3,4 @@ version: 2.15.0-dev
license: MIT
dependencies:
codeql/common-cpp-coding-standards: '*'
codeql/cpp-all: 0.2.3
codeql/cpp-all: 0.3.5
2 changes: 1 addition & 1 deletionc/common/test/codeql-pack.lock.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
---
dependencies:
codeql/cpp-all:
version: 0.2.3
version: 0.3.5
compiled: false
lockVersion: 1.0.0
2 changes: 1 addition & 1 deletionc/misra/src/codeql-pack.lock.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
---
dependencies:
codeql/cpp-all:
version: 0.2.3
version: 0.3.5
compiled: false
lockVersion: 1.0.0
2 changes: 1 addition & 1 deletionc/misra/src/qlpack.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,4 +5,4 @@ suites: codeql-suites
license:MIT
dependencies:
codeql/common-c-coding-standards:'*'
codeql/cpp-all:0.2.3
codeql/cpp-all:0.3.5
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -23,16 +23,10 @@ where
notisExcluded(decl1, Declarations4Package::compatibleDeclarationObjectDefinedQuery())and
decl1.isDefinition()and
decl1.getDeclaration()instanceofExternalIdentifiersand
(
//no declaration matches exactly
notexists(VariableDeclarationEntrydecl2|
notdecl2.isDefinition()anddecl2.getDeclaration()=decl1.getDeclaration()
)and
//and none is close enough
notexists(VariableDeclarationEntrydecl2|
notdecl2.isDefinition()and
decl1.getVariable().getQualifiedName()=decl2.getVariable().getQualifiedName()and
typesCompatible(decl1.getType(),decl2.getType())
)
// no declaration matches
notexists(VariableDeclarationEntrydecl2|
notdecl2.isDefinition()and
decl1.getDeclaration()=decl2.getDeclaration()and
typesCompatible(decl1.getType(),decl2.getType())
)
selectdecl1,"No separate compatible declaration found for this definition."
2 changes: 1 addition & 1 deletionc/misra/test/codeql-pack.lock.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
---
dependencies:
codeql/cpp-all:
version: 0.2.3
version: 0.3.5
compiled: false
lockVersion: 1.0.0
6 changes: 3 additions & 3 deletionsc/misra/test/rules/RULE-8-4/object1.c
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
extern int i;
i = 0; // COMPLIANT
inti = 0; // COMPLIANT

extern int i1 = 0; // NON_COMPLIANT

int i2 = 0; // NON_COMPLIANT

extern int i3; // NON_COMPLIANT
extern int i3;

extern int i4; // COMPLIANT
extern int i4;
2 changes: 1 addition & 1 deletionc/misra/test/rules/RULE-8-4/object2.c
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
short i3 = 0; // NON_COMPLIANT

signed int i4 = 0; // COMPLIANT
signed int i4 = 0; // COMPLIANT
View file
Open in desktop
Empty file.
3 changes: 3 additions & 0 deletionschange_notes/2022-03-08-update-to-CodeQL-2.10.5.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
- `RULE-8-4` - `CompatibleDeclarationObjectDefined.ql`
- Update rule implementation based on changes in the CodeQL libraries.
- Updated the CodeQL version to `2.10.5`.
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
- `A2-10-4` - `IdentifierNameOfStaticFunctionReusedInNamespace.ql`:
- Reuse of an identifier name of a static function in a namespace is now detected.
- `A2-10-4` - `IdentifierNameOfStaticNonMemberObjectReusedInNamespace.ql`:
- Reuse of an identifier name of a static non-member object in a namespace is now detected.
- `A2-10-5` - `IdentifierNameOfStaticNonMemberObjectWithExternalOrInternalLinkageIsReused.ql`:
- Reuse of an identifier name of a static non-member object with internal linkage in a namespace is now detected.
1 change: 0 additions & 1 deletioncodeql_modules/codeql
Open in desktop
Submodule codeql deleted from 28fe7a
2 changes: 1 addition & 1 deletioncpp/autosar/src/codeql-pack.lock.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
---
dependencies:
codeql/cpp-all:
version: 0.2.3
version: 0.3.5
compiled: false
lockVersion: 1.0.0
2 changes: 1 addition & 1 deletioncpp/autosar/src/qlpack.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,4 +5,4 @@ suites: codeql-suites
license: MIT
dependencies:
codeql/common-cpp-coding-standards: '*'
codeql/cpp-all: 0.2.3
codeql/cpp-all: 0.3.5
2 changes: 1 addition & 1 deletioncpp/autosar/test/codeql-pack.lock.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
---
dependencies:
codeql/cpp-all:
version: 0.2.3
version: 0.3.5
compiled: false
lockVersion: 1.0.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
| test1a.cpp:13:13:13:14 | f1 | Static function $@ reuses identifier of $@ | test1a.cpp:13:13:13:14 | f1 | f1 | test1b.cpp:6:13:6:14 | f1 | f1 |
| test1b.cpp:6:13:6:14 | f1 | Static function $@ reuses identifier of $@ | test1b.cpp:6:13:6:14 | f1 | f1 | test1a.cpp:13:13:13:14 | f1 | f1 |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
| test1a.cpp:2:12:2:13 | v1 | Non-member static object $@ reuses identifier name of non-member static object $@ | test1a.cpp:2:12:2:13 | v1 | v1 | test1b.cpp:2:12:2:13 | v1 | v1 |
| test1b.cpp:2:12:2:13 | v1 | Non-member static object $@ reuses identifier name of non-member static object $@ | test1b.cpp:2:12:2:13 | v1 | v1 | test1a.cpp:2:12:2:13 | v1 | v1 |
5 changes: 2 additions & 3 deletionscpp/autosar/test/rules/A2-10-4/test1b.cpp
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,6 @@ static int v1 = 3; // NON_COMPLIANT
} // namespace ns1

namespace ns3 {
static void f1() {} // NON_COMPLIANT - Not accepted by Clang linker and
// therefore not alerted upon.
static void f1() {} // NON_COMPLIANT - Not accepted by Clang linker
void f2() {} // COMPLIANT - Not accepted by Clang linker
} // namespace ns3
} // namespace ns3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
| test1a.cpp:6:12:6:13 | g3 | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1a.cpp:6:12:6:13 | g3 | g3 | test1b.cpp:7:12:7:13 | g3 | g3 |
| test1a.cpp:17:43:17:43 | number_two | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1a.cpp:17:43:17:43 | number_two | number_two | test1b.cpp:12:43:12:43 | number_two | number_two |
| test1b.cpp:7:12:7:13 | g3 | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1b.cpp:7:12:7:13 | g3 | g3 | test1a.cpp:6:12:6:13 | g3 | g3 |
| test1b.cpp:12:43:12:43 | number_two | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1b.cpp:12:43:12:43 | number_two | number_two | test1a.cpp:17:43:17:43 | number_two | number_two |
| test1a.cpp:2:12:2:13 | g1 | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1a.cpp:2:12:2:13 | g1 | g1 | test1b.cpp:2:12:2:13 | g1 | g1 |
| test1a.cpp:6:12:6:13 | g3 | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1a.cpp:6:12:6:13 | g3 | g3 | test1b.cpp:6:12:6:13 | g3 | g3 |
| test1a.cpp:17:43:17:43 | number_two | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1a.cpp:17:43:17:43 | number_two | number_two | test1b.cpp:11:43:11:43 | number_two | number_two |
| test1b.cpp:2:12:2:13 | g1 | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1b.cpp:2:12:2:13 | g1 | g1 | test1a.cpp:2:12:2:13 | g1 | g1 |
| test1b.cpp:6:12:6:13 | g3 | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1b.cpp:6:12:6:13 | g3 | g3 | test1a.cpp:6:12:6:13 | g3 | g3 |
| test1b.cpp:11:43:11:43 | number_two | Identifier name of non-member object $@ reuses the identifier name of non-member object $@. | test1b.cpp:11:43:11:43 | number_two | number_two | test1a.cpp:17:43:17:43 | number_two | number_two |
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
| test1a.cpp:7:13:7:14 | f1 | Identifier name of static function $@ reuses identifier name of static function $@ | test1a.cpp:7:13:7:14 | f1 | f1 | test1b.cpp:10:13:10:14 | f1 | f1 |
| test1b.cpp:10:13:10:14 | f1 | Identifier name of static function $@ reuses identifier name of static function $@ | test1b.cpp:10:13:10:14 | f1 | f1 | test1a.cpp:7:13:7:14 | f1 | f1 |
| test1a.cpp:7:13:7:14 | f1 | Identifier name of static function $@ reuses identifier name of static function $@ | test1a.cpp:7:13:7:14 | f1 | f1 | test1b.cpp:9:13:9:14 | f1 | f1 |
| test1b.cpp:9:13:9:14 | f1 | Identifier name of static function $@ reuses identifier name of static function $@ | test1b.cpp:9:13:9:14 | f1 | f1 | test1a.cpp:7:13:7:14 | f1 | f1 |
2 changes: 1 addition & 1 deletioncpp/autosar/test/rules/A2-10-5/test1a.cpp
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
namespace n1 {
static int g1 = 0;
static int g1 = 0; // NON_COMPLIANT
}

static int g2; // COMPLIANT
Expand Down
3 changes: 1 addition & 2 deletionscpp/autosar/test/rules/A2-10-5/test1b.cpp
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
namespace n1 {
static int g1 = 1; // NON_COMPLIANT[FALSE_NEGATIVE], considered the same as
// n1::g1 in test1a.cpp.
static int g1 = 1; // NON_COMPLIANT
}

namespace n2 {
Expand Down
2 changes: 1 addition & 1 deletioncpp/cert/src/codeql-pack.lock.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
---
dependencies:
codeql/cpp-all:
version: 0.2.3
version: 0.3.5
compiled: false
lockVersion: 1.0.0
2 changes: 1 addition & 1 deletioncpp/cert/src/qlpack.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,5 +4,5 @@ description: CERT C++ 2016
suites: codeql-suites
license: MIT
dependencies:
codeql/cpp-all: 0.2.3
codeql/cpp-all: 0.3.5
codeql/common-cpp-coding-standards: '*'
2 changes: 1 addition & 1 deletioncpp/cert/test/codeql-pack.lock.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
---
dependencies:
codeql/cpp-all:
version: 0.2.3
version: 0.3.5
compiled: false
lockVersion: 1.0.0
2 changes: 1 addition & 1 deletioncpp/common/src/codeql-pack.lock.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
---
dependencies:
codeql/cpp-all:
version: 0.2.3
version: 0.3.5
compiled: false
lockVersion: 1.0.0
6 changes: 3 additions & 3 deletionscpp/common/src/codingstandards/cpp/Config.qll
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,20 +8,20 @@ import codingstandards.cpp.exclusions.RuleMetadata
import codingstandards.cpp.deviations.Deviations

/** A `coding-standards.xml` configuration file (usually generated from an YAML configuration file). */
class CodingStandardsFile extendsXMLFile {
class CodingStandardsFile extendsXmlFile {
CodingStandardsFile() {
this.getBaseName() = "coding-standards.xml" and
// Must be within the users source code.
exists(this.getRelativePath())
}
}

class CodingStandardsConfigSection extendsXMLElement {
class CodingStandardsConfigSection extendsXmlElement {
CodingStandardsConfigSection() { getParent() instanceof CodingStandardsConfig }
}

/** A "Coding Standards" configuration file */
class CodingStandardsConfig extendsXMLElement {
class CodingStandardsConfig extendsXmlElement {
CodingStandardsConfig() {
any(CodingStandardsFile csf).getARootElement() = this and
this.getName() = "codingstandards"
Expand Down
10 changes: 5 additions & 5 deletionscpp/common/src/codingstandards/cpp/deviations/Deviations.qll
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -17,7 +17,7 @@ predicate applyDeviationsAtQueryLevel() {
}

/** An element which tells the analysis whether to report deviated results. */
class CodingStandardsReportDeviatedAlerts extendsXMLElement {
class CodingStandardsReportDeviatedAlerts extendsXmlElement {
CodingStandardsReportDeviatedAlerts() {
getParent() instanceof CodingStandardsConfig and
hasName("report-deviated-alerts")
Expand All@@ -35,7 +35,7 @@ class DeviationPermits extends CodingStandardsConfigSection {
}

/** A deviation permit record, that is specified by a permit identifier */
class DeviationPermit extendsXMLElement {
class DeviationPermit extendsXmlElement {
DeviationPermit() {
getParent() instanceof DeviationPermits and
hasName("deviation-permits-entry")
Expand DownExpand Up@@ -118,7 +118,7 @@ class DeviationPermit extends XMLElement {
}

/** A deviation record, that is a specified rule or query */
class DeviationRecord extendsXMLElement {
class DeviationRecord extendsXmlElement {
DeviationRecord() {
getParent() instanceof DeviationRecords and
hasName("deviations-entry")
Expand All@@ -134,13 +134,13 @@ class DeviationRecord extends XMLElement {

private string getRawPermitId() { result = getAChild("permit-id").getTextValue() }

privateXMLElement getRawRaisedBy() { result = getAChild("raised-by") }
privateXmlElement getRawRaisedBy() { result = getAChild("raised-by") }

private string getRawRaisedByName() { result = getRawRaisedBy().getAChild("name").getTextValue() }

private string getRawRaisedByDate() { result = getRawRaisedBy().getAChild("date").getTextValue() }

privateXMLElement getRawApprovedBy() { result = getAChild("approved-by") }
privateXmlElement getRawApprovedBy() { result = getAChild("approved-by") }

private string getRawApprovedByName() {
result = getRawApprovedBy().getAChild("name").getTextValue()
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@ class GuidelineRecategorizations extends CodingStandardsConfigSection {
GuidelineRecategorizations() { hasName("guideline-recategorizations") }
}

class GuidelineRecategorization extendsXMLElement {
class GuidelineRecategorization extendsXmlElement {
GuidelineRecategorization() {
getParent() instanceof GuidelineRecategorizations and
hasName("guideline-recategorizations-entry")
Expand Down
2 changes: 1 addition & 1 deletioncpp/common/src/qlpack.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,4 +2,4 @@ name: codeql/common-cpp-coding-standards
version: 2.15.0-dev
license: MIT
dependencies:
codeql/cpp-all: 0.2.3
codeql/cpp-all: 0.3.5
2 changes: 1 addition & 1 deletioncpp/common/test/codeql-pack.lock.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
---
dependencies:
codeql/cpp-all:
version: 0.2.3
version: 0.3.5
compiled: false
lockVersion: 1.0.0
2 changes: 1 addition & 1 deletioncpp/misra/src/codeql-pack.lock.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
---
dependencies:
codeql/cpp-all:
version: 0.2.3
version: 0.3.5
compiled: false
lockVersion: 1.0.0
2 changes: 1 addition & 1 deletioncpp/misra/src/qlpack.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,4 +5,4 @@ suites: codeql-suites
license:MIT
dependencies:
codeql/common-cpp-coding-standards:'*'
codeql/cpp-all:0.2.3
codeql/cpp-all:0.3.5
2 changes: 1 addition & 1 deletioncpp/misra/test/codeql-pack.lock.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
---
dependencies:
codeql/cpp-all:
version: 0.2.3
version: 0.3.5
compiled: false
lockVersion: 1.0.0
2 changes: 1 addition & 1 deletioncpp/report/src/codeql-pack.lock.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
---
dependencies:
codeql/cpp-all:
version: 0.2.3
version: 0.3.5
compiled: false
lockVersion: 1.0.0
2 changes: 1 addition & 1 deletioncpp/report/src/qlpack.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,4 +2,4 @@ name: codeql/report-cpp-coding-standards
version: 2.15.0-dev
license: MIT
dependencies:
codeql/cpp-all: 0.2.3
codeql/cpp-all: 0.3.5
2 changes: 1 addition & 1 deletionscripts/generate_modules/queries/codeql-pack.lock.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
---
dependencies:
codeql/cpp-all:
version: 0.2.3
version: 0.3.5
compiled: false
lockVersion: 1.0.0
2 changes: 1 addition & 1 deletionscripts/generate_modules/queries/qlpack.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,4 +2,4 @@ name: codeql/standard-library-extraction-cpp-coding-standards
version: 0.0.0
license: MIT
dependencies:
codeql/cpp-all: 0.2.3
codeql/cpp-all: 0.3.5
8 changes: 4 additions & 4 deletionssupported_codeql_configs.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
{
"supported_environment": [
{
"codeql_cli": "2.9.4",
"codeql_standard_library": "codeql-cli/v2.9.4",
"codeql_cli_bundle": "codeql-bundle-20220615"
"codeql_cli": "2.10.5",
"codeql_standard_library": "codeql-cli/v2.10.5",
"codeql_cli_bundle": "codeql-bundle-20220908"
}
],
"supported_language" : [
Expand All@@ -14,4 +14,4 @@
"language" : "c"
}
]
}
}

[8]ページ先頭

©2009-2025 Movatter.jp