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-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: decltype with side-effects in function/method prototype 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 false positive/false negative An issue related to observed false positives or false negatives.
#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
A7-1-2: Qualifier cannot be declared constexpr false positive/false negative An issue related to observed false positives or false negatives.
#85 opened Sep 14, 2022 by jsinglet
A8-4-7: Regression with reference types 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
#82 opened Sep 12, 2022 by jsinglet
A0-1-1: Fix incorrect comments enhancement New feature or request
#79 opened Sep 8, 2022 by rcseacord
CTR50-CPP: Failed to compute the proper range for a resized vector. false positive/false negative An issue related to observed false positives or false negatives.
#66 opened Aug 20, 2022 by MFaisalZaki
STR53: Fails to capture fixed string size. false positive/false negative An issue related to observed false positives or false negatives.
#58 opened Aug 17, 2022 by MFaisalZaki
DCL51: use-of-single-underscore-reserved-prefix hits when using lambda functions. false positive/false negative An issue related to observed false positives or false negatives.
#57 opened Aug 17, 2022 by MFaisalZaki
Enhancement to RULE-5-1 enhancement New feature or request
#51 opened Aug 15, 2022 by knewbury01
Add C specific Naming Library enhancement New feature or request
#50 opened Aug 15, 2022 by knewbury01
Enhancement to CON-41C Difficulty-High A false positive or false negative report which is expected to take 1+ week effort to address enhancement New feature or request
#48 opened Aug 12, 2022 by jsinglet
ProTip! Exclude everything labeled bug with -label:bug.