Hi. Regarding the cert.py add on, are the SEI CERT CPP rules coverage documented anywhere? I saw a post about this but it was a few years ago, wondering if there were updates.
That is, between base cppcheck and the add-on, which SEI CERT rules are covered?
thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
According to cert.py we have the following rules implemented in the addon:
+ EXP05
+ EXP42
+ EXP46
+ EXP15
+ INT31
+ STR03
+ STR05
+ STR07
+ STR11
+ ENV33
+ MSC24
+ MSC30
+ API01
Perhaps some of the checks implemented in Cppcheck core covers some other CERT rules.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi. Regarding the cert.py add on, are the SEI CERT CPP rules coverage documented anywhere? I saw a post about this but it was a few years ago, wondering if there were updates.
That is, between base cppcheck and the add-on, which SEI CERT rules are covered?
thanks.
Hi,
According to cert.py we have the following rules implemented in the addon:
+ EXP05
+ EXP42
+ EXP46
+ EXP15
+ INT31
+ STR03
+ STR05
+ STR07
+ STR11
+ ENV33
+ MSC24
+ MSC30
+ API01
Perhaps some of the checks implemented in Cppcheck core covers some other CERT rules.
Hey thanks