codeql-coding-standards icon indicating copy to clipboard operation
codeql-coding-standards copied to clipboard

Unify the 3 queries from rules M0-2-1 and RULE-19-1

Open mbaluda opened this issue 2 years ago • 0 comments

Describe the issue

The 3 following queries share most of the logic and could be merged into one by abstracting the copy/assign operations and their operand types:

  • RULE-19-1/ObjectAssignedToAnOverlappingObject
  • RULE-19-1/ObjectCopiedToAnOverlappingObject
  • M0-2-1/ObjectAssignedToAnOverlappingObject

mbaluda avatar Mar 27 '23 13:03 mbaluda