Skip to content

Issues: github/codeql-coding-standards

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

A0-4-4: More domain cases Difficulty-Low A false positive or false negative report which is expected to take <1 day effort to address false positive/false negative An issue related to observed false positives or false negatives. Impact-Low
#193 opened Feb 22, 2023 by lcartey
M14-6-1: Performance issue and missing case Difficulty-Low A false positive or false negative report which is expected to take <1 day effort to address false positive/false negative An issue related to observed false positives or false negatives. Impact-High user-report Issue reported by an end user of CodeQL Coding Standards
#192 opened Feb 20, 2023 by lcartey
A13-5-2: False positive on lambda with empty captures Difficulty-Low A false positive or false negative report which is expected to take <1 day effort to address false positive/false negative An issue related to observed false positives or false negatives. Impact-Medium
#178 opened Jan 31, 2023 by touhead
Enhancement to DCL39-C and DCL55-CPP Difficulty-High A false positive or false negative report which is expected to take 1+ week effort to address enhancement New feature or request
#175 opened Jan 27, 2023 by knewbury01
A8-2-1: query not implemented false positive/false negative An issue related to observed false positives or false negatives.
#162 opened Jan 11, 2023 by rcseacord
A7-1-8: Query not implemented false positive/false negative An issue related to observed false positives or false negatives.
#161 opened Jan 11, 2023 by rcseacord
A15-4-2: Only report the first noexcept function that throws Difficulty-Medium A false positive or false negative report which is expected to take 1-5 days effort to address false positive/false negative An issue related to observed false positives or false negatives. Impact-Medium
#159 opened Jan 6, 2023 by lcartey
A15-4-2: Ignore elided calls when calculating the exception graph Difficulty-Low A false positive or false negative report which is expected to take <1 day effort to address false positive/false negative An issue related to observed false positives or false negatives. Impact-Low
#158 opened Jan 6, 2023 by lcartey
A2-5-2: Missing query Difficulty-High A false positive or false negative report which is expected to take 1+ week effort to address false positive/false negative An issue related to observed false positives or false negatives. Impact-Low user-report Issue reported by an end user of CodeQL Coding Standards
#154 opened Dec 12, 2022 by rcseacord
A0-1-6: Consider excluding or separating char case Difficulty-Low A false positive or false negative report which is expected to take <1 day effort to address false positive/false negative An issue related to observed false positives or false negatives. Impact-Medium user-report Issue reported by an end user of CodeQL Coding Standards
#153 opened Dec 9, 2022 by lcartey
M5-0-2: Missing support for inadequate use of parenthesis Difficulty-Medium A false positive or false negative report which is expected to take 1-5 days effort to address false positive/false negative An issue related to observed false positives or false negatives. Impact-Medium user-report Issue reported by an end user of CodeQL Coding Standards
#152 opened Dec 9, 2022 by lcartey
DCL51-CPP: Only reserve function names when used within the global namespace Difficulty-Low A false positive or false negative report which is expected to take <1 day effort to address false positive/false negative An issue related to observed false positives or false negatives. Impact-High user-report Issue reported by an end user of CodeQL Coding Standards
#148 opened Nov 28, 2022 by lcartey
A0-1-2: Consider additional uses for return values Difficulty-Low A false positive or false negative report which is expected to take <1 day effort to address false positive/false negative An issue related to observed false positives or false negatives. Impact-Low user-report Issue reported by an end user of CodeQL Coding Standards
#123 opened Nov 3, 2022 by lcartey
A0-1-4: Consider additional uses for parameters Difficulty-Low A false positive or false negative report which is expected to take <1 day effort to address false positive/false negative An issue related to observed false positives or false negatives. Impact-Medium user-report Issue reported by an end user of CodeQL Coding Standards
#122 opened Nov 3, 2022 by lcartey
A0-1-3: Missing some function use cases Difficulty-Low A false positive or false negative report which is expected to take <1 day effort to address false positive/false negative An issue related to observed false positives or false negatives. Impact-Medium user-report Issue reported by an end user of CodeQL Coding Standards
#121 opened Nov 3, 2022 by lcartey
M0-2-1: Consider expanding to inter-procedural overlapping analysis Difficulty-Medium A false positive or false negative report which is expected to take 1-5 days effort to address false positive/false negative An issue related to observed false positives or false negatives. Impact-Low
#120 opened Nov 3, 2022 by lcartey
M0-2-1: Consider array copies with overlapping data Difficulty-High A false positive or false negative report which is expected to take 1+ week effort to address false positive/false negative An issue related to observed false positives or false negatives. Impact-Medium user-report Issue reported by an end user of CodeQL Coding Standards
#119 opened Nov 3, 2022 by lcartey
A2-10-1: Report type and function identifier hiding Difficulty-Medium A false positive or false negative report which is expected to take 1-5 days effort to address false positive/false negative An issue related to observed false positives or false negatives. Impact-Medium
#118 opened Nov 3, 2022 by lcartey
Update Manual in Automation
#109 opened Oct 24, 2022 by jsinglet
A3-3-1: missing compliant declarations Difficulty-Low A false positive or false negative report which is expected to take <1 day effort to address false positive/false negative An issue related to observed false positives or false negatives. Impact-Low user-report Issue reported by an end user of CodeQL Coding Standards
#97 opened Oct 3, 2022 by rcseacord
EXP52-CPP: exclude decltypes which are structurally equivalent to expressions for which they represent the type Difficulty-Low A false positive or false negative report which is expected to take <1 day effort to address false positive/false negative An issue related to observed false positives or false negatives. Impact-High
#91 opened Sep 26, 2022 by rvermeulen
M2-13-3: Fails to test for octal and binary literals and literals of different types such a L or LL Difficulty-Low A false positive or false negative report which is expected to take <1 day effort to address false positive/false negative An issue related to observed false positives or false negatives. Impact-High user-report Issue reported by an end user of CodeQL Coding Standards
#90 opened Sep 23, 2022 by rcseacord
Add how to get started section to README enhancement New feature or request
#87 opened Sep 19, 2022 by rvermeulen
Implementation of Rule A1-1-1 only looks for deprecated features and not use of implementation extensions Difficulty-Medium A false positive or false negative report which is expected to take 1-5 days effort to address false positive/false negative An issue related to observed false positives or false negatives. Impact-High user-report Issue reported by an end user of CodeQL Coding Standards
#86 opened Sep 16, 2022 by rcseacord
ProTip! What’s not been updated in a month: updated:<2023-01-23.