From f5f4538731545f8281767df45dc2eba0aa306dde Mon Sep 17 00:00:00 2001 From: ArielSAdamsNASA Date: Thu, 10 Nov 2022 07:17:41 -0600 Subject: [PATCH] Fix #610, Disable CodeQL AV Rule 153 --- .github/codeql/jpl-misra.qls | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/codeql/jpl-misra.qls b/.github/codeql/jpl-misra.qls index e63ef04ab..6050a1ff7 100644 --- a/.github/codeql/jpl-misra.qls +++ b/.github/codeql/jpl-misra.qls @@ -12,8 +12,6 @@ - cpp/jsf/av-rule-168 # MISRA 6-2-2 - cpp/jsf/av-rule-202 - # MISRA Rule 9-5-1 - - cpp/jsf/av-rule-153 # JPL Rules - /cpp/jpl-c/*/ # Exclude queries with too many results @@ -28,3 +26,6 @@ # JPL 24 - cpp/jpl-c/multiple-stmts-per-line - cpp/jpl-c/multiple-var-decls-per-line + # Excluded since cFS use unions judiciously + # MISRA Rule 9-5-1 + - cpp/jsf/av-rule-153