An open API service providing commit metadata for open source projects.

GitHub / github/codeql-coding-standards / commits

This repository contains CodeQL queries and libraries which support various Coding Standards.

SHA Message Author Date Stats
5262b897 Fix stubs Jeongsoo Lee <j****9@g****m> 3 months ago
3cc67b53 Remove duplicate include guard in utility.h Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
7105e178 merge Merge branch 'main' into michalrfairhurst/package-dead-code-8 Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
515d56d5 merge Merge branch 'main' into michaelrfairhurst/deadcode-5-rule-0-1-1 Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
5d8e8994 merge Merge branch 'main' into michaelrfairhurst/package-deadcode-9-rule-0-2-3 Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
743d8ecb merge Merge pull request #1053 from github/mbaluda/copilot-review Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
ea2726c6 merge Merge pull request #1049 from github/michaelrfairhurst/sideffects-4-package-4... Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
0de90929 merge Merge branch 'main' into michaelrfairhurst/deadcode-5-rule-0-1-1 Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
4e606807 merge Merge pull request #1037 from github/michaelrfairhurst/package-dead-code-7 Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
c8ef2de3 Update .github/copilot-instructions.md
Co-authored-by: Michael R Fairhurst <M****t@g****m>
Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
83da8b3f Update .github/copilot-instructions.md
Co-authored-by: Michael R Fairhurst <M****t@g****m>
Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
24b9f377 Exclude compiler-generated RAII destructor calls Jeongsoo Lee <j****9@g****m> 3 months ago
79b679c6 Update line numbers in NonTransientLambdaImplicitlyCapturesThis.expected due ... Jeongsoo Lee <j****9@g****m> 3 months ago
b49899d3 Update line numbers in ImplicitCapturesDisallowedInNonTransientLambda.expecte... Jeongsoo Lee <j****9@g****m> 3 months ago
daa4afdb Only forward-declare `std::allocator` in <string> Jeongsoo Lee <j****9@g****m> 3 months ago
77cb8045 Fix formatting of test case Jeongsoo Lee <j****9@g****m> 3 months ago
d25ef977 merge Merge branch 'main' into jeongsoolee09/MISRA-C++-2023-Memory5-Memory6 Jeongsoo Lee <j****9@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
1a9f0a1e Fine-tune 21.6.2 to exclude placement-new allocation functions Jeongsoo Lee <j****9@g****m> 3 months ago
ccd09455 Update expected results of AdvancedMemoryManagementUsed Jeongsoo Lee <j****9@g****m> 3 months ago
ad387efb Surround stubs in include guards Jeongsoo Lee <j****9@g****m> 3 months ago
62ea25f9 merge Merge branch 'main' into michaelrfairhurst/implement-deadcode-11-use-result-o... Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
d20c6435 merge Merge pull request #1052 from github/michaelrfairhurst/banned1-global-variables Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
7c0e8eb1 Update .github/copilot-instructions.md
Co-authored-by: Copilot <1****t@u****m>
Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
1b854ef1 Update .github/copilot-instructions.md
Co-authored-by: Copilot <1****t@u****m>
Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
cd5940a5 Update change note requirements and reporting language Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
38878e5d Update copilot instructions for reporting checks Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
d0d94ebe Add contribution guidelines for pull requests to copilot review Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
d677a0af merge Merge pull request #906 from github/michaelrfairhurst/implement-package-expre... Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
c90f3bc7 Previous commit included the wrong file, fixed Mike Fairhurst <m****t@g****m> 3 months ago
6a79bae5 Update test expectations in stdlib flow edges/nodes Mike Fairhurst <m****t@g****m> 3 months ago
7cbb3b27 Fix format Mike Fairhurst <m****t@g****m> 3 months ago
fbdc6324 Implement RULE-6-7-2 banning most kinds of global variables Mike Fairhurst <m****t@g****m> 3 months ago
f1fc28e5 Address feedback Mike Fairhurst <m****t@g****m> 3 months ago
973fc3af Update cpp/misra/test/rules/RULE-8-1-2/test.cpp
Co-authored-by: Mauro Baluda <m****a@g****m>
Michael R Fairhurst <M****t@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
889c4e4f Update cpp/common/src/codingstandards/cpp/Scope.qll
Co-authored-by: Mauro Baluda <m****a@g****m>
Michael R Fairhurst <M****t@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
bac8ce08 Fix tuple redef in algorithm Mike Fairhurst <m****t@g****m> 3 months ago
372fd8f6 Fix stubs to add std::set back, and std::less Mike Fairhurst <m****t@g****m> 3 months ago
dd8135c5 Add comments to new shared APIs. Mike Fairhurst <m****t@g****m> 3 months ago
1b83422c Add portability as an allowed tag Mike Fairhurst <m****t@g****m> 3 months ago
8dba8132 Next query first pass working Mike Fairhurst <m****t@g****m> 3 months ago
f381feb9 Initial draft for non-const function objects. Mike Fairhurst <m****t@g****m> 3 months ago
2f1e9209 Fix metadata inconsistency Mike Fairhurst <m****t@g****m> 3 months ago
0822b06e Fix locally different clang-format output compared to CI/CD Mike Fairhurst <m****t@g****m> 3 months ago
c3af72c0 Commit rules.csv changes Mike Fairhurst <m****t@g****m> 3 months ago
df1a5f26 Format cpp tests Mike Fairhurst <m****t@g****m> 3 months ago
4b0b74ef Move M5-14-1 implementation into shared query with Rule 8.14.1, increase test... Mike Fairhurst <m****t@g****m> 3 months ago
6a48e22e Fix test expectations Mike Fairhurst <m****t@g****m> 3 months ago
5ebb9d8a Add note about sequential full exprs to change note Mike Fairhurst <m****t@g****m> 3 months ago
5eef1680 Update EXP30-C to handle refactorehd ordering Mike Fairhurst <m****t@g****m> 3 months ago
11398904 Fix EXP50-CPP Mike Fairhurst <m****t@g****m> 3 months ago
2c227761 Add portability tag to schema Mike Fairhurst <m****t@g****m> 3 months ago
eda6821e Fix formatting Mike Fairhurst <m****t@g****m> 3 months ago
cc1a74e0 Add change note Mike Fairhurst <m****t@g****m> 3 months ago
01b605b4 Implement Rule 4-6-1, memory operations should be properly sequenced. Mike Fairhurst <m****t@g****m> 3 months ago
e13583f3 Minor readability improvement Jeongsoo Lee <j****9@g****m> 3 months ago
d13d596b Add more cases Jeongsoo Lee <j****9@g****m> 3 months ago
bfba947f Clean up code Jeongsoo Lee <j****9@g****m> 3 months ago
e67b7afe Fix a bug in the shared library Jeongsoo Lee <j****9@g****m> 3 months ago
5ccc149a Remove false_negative cases Jeongsoo Lee <j****9@g****m> 3 months ago
3293d4fa Mark existing class-specific declarations as false-negative and add class-spe... Jeongsoo Lee <j****9@g****m> 3 months ago
4239c904 Update expected file Mauro Baluda <m****a@g****m> 3 months ago
40cbbaef merge Merge branch 'main' into michaelrfairhurst/implement-deadcode-11-use-result-o... Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
4e4c11d7 merge Merge branch 'main' into michaelrfairhurst/package-deadcode-9-rule-0-2-3 Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
10642173 merge Merge branch 'main' into michaelrfairhurst/implement-package-expressions2 Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
729554b1 Update cpp/common/src/codingstandards/cpp/graph/GraphPathStateSearch.qll
Co-authored-by: Copilot <1****t@u****m>
Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
4f93544b Copilot feedback Mike Fairhurst <m****t@g****m> 3 months ago
f58a6d61 merge Merge remote-tracking branch 'origin/main' into michalrfairhurst/package-dead... Mike Fairhurst <m****t@g****m> 3 months ago
df9d6663 Fix format Mike Fairhurst <m****t@g****m> 3 months ago
a431dc90 Test expectation update Mike Fairhurst <m****t@g****m> 3 months ago
94218dbe stdlib fixes after merge Mike Fairhurst <m****t@g****m> 3 months ago
e8f02b3f Fix Bugs caught by @mbaluda Mike Fairhurst <m****t@g****m> 3 months ago
ce6c3267 merge Merge remote-tracking branch 'origin/main' into michaelrfairhurst/package-dea... Mike Fairhurst <m****t@g****m> 3 months ago
a4a91868 Update linkage comment in cpp/common/test/Linkage/test.cpp
Co-authored-by: Mauro Baluda <m****a@g****m>
Michael R Fairhurst <M****t@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
c607e3a3 Update rules.csv, initial package description Mike Fairhurst <m****t@g****m> 3 months ago
12e6bb38 Refactor Ordering from abstract classes to parametric module. Mike Fairhurst <m****t@g****m> 3 months ago
5348743c Fix conflict Mauro Baluda <m****a@g****m> 3 months ago
69765a65 Checkpoint Jeongsoo Lee <j****9@g****m> 3 months ago
907f40bb Add missing stubs Jeongsoo Lee <j****9@g****m> 3 months ago
3c7b4c9d Fix error in stubs Jeongsoo Lee <j****9@g****m> 3 months ago
d0dae908 merge Merge branch 'main' into michaelrfairhurst/deadcode-5-rule-0-1-1 Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
71055d37 Add test cases for RULE-21-6-3 Jeongsoo Lee <j****9@g****m> 3 months ago
e63dc1c3 Update cpp/common/src/codingstandards/cpp/deadcode/UnusedVariables.qll Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
b0e343f8 merge Merge pull request #1034 from github/michaelrfairhurst/package-deadcode-6 Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
b44c6751 Add default ctor to deque which was breaking tests. Mike Fairhurst <m****t@g****m> 3 months ago
54418e4e Copilot feedback Mike Fairhurst <m****t@g****m> 3 months ago
5d7db89e Regenerate ql query header Mike Fairhurst <m****t@g****m> 3 months ago
46cb4ff5 Implement Rule 28-6-4, require use of std::remove_if and similar functions. Mike Fairhurst <m****t@g****m> 3 months ago
e33e3796 Finalize first draft Jeongsoo Lee <j****9@g****m> 3 months ago
9075324c Address `auto` deduction errors because of overloads Jeongsoo Lee <j****9@g****m> 3 months ago
f2b1a9ad Fix ql query metadata, cpp format Mike Fairhurst <m****t@g****m> 3 months ago
57e30194 Add cases where the addresses of the APIs in question are taken Jeongsoo Lee <j****9@g****m> 3 months ago
5b333194 Add package json Mike Fairhurst <m****t@g****m> 3 months ago
7d2cd6fa Add rules.csv changes Mike Fairhurst <m****t@g****m> 3 months ago
0080da86 Implement 0-2-3, unused type with limited visibility. Mike Fairhurst <m****t@g****m> 3 months ago
9d525db3 Finalize first draft of Rule 21.6.2 Jeongsoo Lee <j****9@g****m> 3 months ago
3be7984c merge Merge branch 'main' into michaelrfairhurst/package-deadcode-6 Mauro Baluda <m****a@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
3e795fa7 Checkpoint Jeongsoo Lee <j****9@g****m> 3 months ago
c7e2e871 Format the stub code and add stdlib.h to test Jeongsoo Lee <j****9@g****m> 3 months ago
b007dcd4 merge Merge pull request #1040 from github/dependabot/github_actions/actions/upload... Michael R Fairhurst <M****t@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
2e2bbe7f merge Merge pull request #1039 from github/dependabot/github_actions/actions/downlo... Michael R Fairhurst <M****t@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago

← Back to repository