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

A16-2-2: Consider excluding redundant includes 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
#453 opened Nov 24, 2023 by lcartey
A2-7-3: Exclude function scope 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-Medium user-report Issue reported by an end user of CodeQL Coding Standards
#451 opened Nov 24, 2023 by lcartey
A4-5-1: Identify bitmask types and exclude them 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
#444 opened Nov 22, 2023 by lcartey
A3-1-5: Consider whether to exclude =default members 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
#442 opened Nov 20, 2023 by lcartey
CON54-CPP: Consider wait_untils stop_waiting parameter in lieu of loop 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
#430 opened Nov 10, 2023 by lcartey
A8-4-7: Refine identification of trivial copyable types 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
#429 opened Nov 9, 2023 by lcartey
A15-4-4: Conservatively assuming throwing behaviour for externally defined functions 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
#424 opened Nov 6, 2023 by lcartey
A16-2-2: Consider TypeMentions for useless includes 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 user-report Issue reported by an end user of CodeQL Coding Standards
#422 opened Nov 3, 2023 by lcartey
A2-10-1: Nested local declarations only flagged when lexically after original point of declaration 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
#421 opened Nov 1, 2023 by lcartey
MEM53-CPP: False positive due to flow through realloc false positive/false negative An issue related to observed false positives or false negatives.
#420 opened Oct 31, 2023 by MathiasVP
A15-4-4 cannot be deviated against. bug Something isn't working
#417 opened Oct 26, 2023 by lcartey
A15-4-4: Ignore results on uninstantiated templates 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
#415 opened Oct 26, 2023 by lcartey
M9-3-3: Exclude deleted member functions 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
#413 opened Oct 25, 2023 by lcartey
A13-3-1: Function with forwarding parameter erroneously reported false positive/false negative An issue related to observed false positives or false negatives. user-report Issue reported by an end user of CodeQL Coding Standards
#406 opened Oct 6, 2023 by lcartey
A5-0-2: Do not report on compiler generated conditions in range based for loops 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
#404 opened Oct 6, 2023 by lcartey
A5-0-2: Allow deviations on the first line of a loop enhancement New feature or request
#403 opened Oct 6, 2023 by lcartey
A8-4-9: Some template functions report variables as not used when they are 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
#401 opened Oct 6, 2023 by lcartey
M7-3-6: Refine detection of using within function/class scope 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
#400 opened Oct 5, 2023 by lcartey
A13-3-1: Only report functions with the same number of 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
#399 opened Oct 5, 2023 by lcartey
A2-7-3: Certain using declarations are wrongly considered undocumented. 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
#398 opened Oct 5, 2023 by lcartey
A8-4-7: Exclude user defined operators from this rule 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
#397 opened Oct 5, 2023 by lcartey
A4-7-1: Identify guards for shift operations 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
#396 opened Oct 5, 2023 by lcartey
A7-1-5: Ignore initializers of non-fundamental 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-Medium user-report Issue reported by an end user of CodeQL Coding Standards
#395 opened Oct 5, 2023 by lcartey
ProTip! Find all open issues with in progress development work with linked:pr.