Skip to content

issues Search Results · repo:github/codeql-coding-standards language:CodeQL

Filter by

270 results
 (73 ms)

270 results

ingithub/codeql-coding-standards (press backspace or delete to remove)

Affected rules - DIR-15-8-1 Description Using the move-and-swap idiom proposed in the directive s example as a solution to address potential issues with self-assignment leads to an alert. Example ...
Difficulty-Medium
false positive/false negative
Impact-Medium
  • fjatWbyT
  • Opened 
    on Apr 24
  • #889

Objects.qll has support for identifying objects with different storage durations (static, thread local, allocated, and automatic). However, its thread local object support is limited to _Thread_local variables. ...
Difficulty-Medium
Impact-Low
Standard-MISRA-C
  • MichaelRFairhurst
  • 1
  • Opened 
    on Mar 27
  • #877

Affected rules - DIR-4-15\ Description The first implementation of the rule handles guards of the form isinf, isnan, isfinite, iszero, etc., however, it doesn t support guards relating to fpclassify(). ...
Difficulty-Low
false positive/false negative
Impact-Low
  • MichaelRFairhurst
  • Opened 
    on Mar 25
  • #875

Affected rules - RULE-8-7 Description The query flags all functions that are called in only one unit, even if that unit is not the one where the function is defined. Technically, if we understand ...
Difficulty-Medium
false positive/false negative
Impact-Medium
user-report
  • picardb
  • 1
  • Opened 
    on Mar 5
  • #864

We should report deviation records that duplicate the same code identifier as invalid. Reusing an identifier for multiple deviations risks unintentional suppression.
enhancement
  • lcartey
  • Opened 
    on Feb 18
  • #861

Affected rules - A5-1-9 Description A lambda defined in a macro is flagged each time it is expanded, when expanded multiple times. Example #define MACRO() [](int i) - int { return i + 3; } void ...
Difficulty-Low
false positive/false negative
Impact-Medium
  • lcartey
  • Opened 
    on Feb 10
  • #856

Affected rules - M5-3-1 Description This rule is reporting false positives in unevaluated contexts associated with uninstantiated templates. For example: - noexcept specifiers of functions. - ...
Difficulty-Low
false positive/false negative
Impact-Medium
  • lcartey
  • Opened 
    on Feb 6
  • #851

Affected rules - RULE-25-21 - Likely others, haven t researched Description Rule 25-21 requires that the atomic_*_explicit operations use the memory order memory_order_seq_cst. It would probably ...
Difficulty-Low
enhancement
Impact-Low
  • MichaelRFairhurst
  • Opened 
    on Jan 27
  • #848

Describe the bug I followed the user manual and tried to use codeql to download one of the already implemented queries pack but it seems its not available in ghcr. To Reproduce Steps to reproduce the ...
bug
  • nicu1989
  • 3
  • Opened 
    on Jan 24
  • #845

Affected rules - A7-1-2 Description A careful re-reading of the rule, and consideration of the MISRA forum posts (https://forum.misra.org.uk/showthread.php?tid=1657) indicates that we should not be ...
Difficulty-Low
false positive/false negative
Impact-High
  • lcartey
  • Opened 
    on Jan 20
  • #843
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub