File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 3188
3188
],
3189
3189
"clang-diagnostic-invalid-noreturn" : [
3190
3190
" doc_url:https://clang.llvm.org/docs/DiagnosticsReference.html#winvalid-noreturn" ,
3191
- " severity:MEDIUM"
3191
+ " guideline:sei-cert" ,
3192
+ " profile:security" ,
3193
+ " severity:MEDIUM" ,
3194
+ " sei-cert:msc53-cpp"
3192
3195
],
3193
3196
"clang-diagnostic-invalid-offsetof" : [
3194
3197
" doc_url:https://clang.llvm.org/docs/DiagnosticsReference.html#winvalid-offsetof" ,
Original file line number Diff line number Diff line change 1057
1057
" sei-cert:pos52-c" ,
1058
1058
" severity:HIGH"
1059
1059
],
1060
+ "unix.Stream" : [
1061
+ " doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#unix-stream-c" ,
1062
+ " guideline:sei-cert" ,
1063
+ " profile:default" ,
1064
+ " profile:extreme" ,
1065
+ " profile:security" ,
1066
+ " profile:sensitive" ,
1067
+ " sei-cert:fio42-c" ,
1068
+ " severity:MEDIUM"
1069
+ ],
1060
1070
"unix.Vfork" : [
1061
1071
" doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#unix-vfork-c" ,
1062
1072
" guideline:sei-cert" ,
You can’t perform that action at this time.
0 commit comments