File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 204
204
" profile:sensitive" ,
205
205
" severity:LOW"
206
206
],
207
+ "bugprone-casting-through-void" : [
208
+ " doc_url:https://clang.llvm.org/extra/clang-tidy/checks/bugprone/casting-through-void.html" ,
209
+ " profile:extreme" ,
210
+ " profile:sensitive" ,
211
+ " severity:MEDIUM"
212
+ ],
213
+
207
214
"bugprone-compare-pointer-to-member-virtual-function" : [
208
215
" doc_url:https://clang.llvm.org/extra/clang-tidy/checks/bugprone/compare-pointer-to-member-virtual-function.html" ,
209
216
" profile:default" ,
6164
6171
" profile:extreme" ,
6165
6172
" severity:LOW"
6166
6173
],
6174
+ "modernize-use-starts-ends-with" : [
6175
+ " doc_url:https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-starts-ends-with.html" ,
6176
+ " profile:extreme" ,
6177
+ " severity:LOW"
6178
+ ],
6167
6179
"modernize-use-std-print" : [
6168
6180
" doc_url:https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-std-print.html" ,
6169
6181
" profile:extreme" ,
6170
6182
" severity:LOW"
6171
6183
],
6184
+ "modernize-use-std-numbers" : [
6185
+ " doc_url:https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-std-numbers.html" ,
6186
+ " profile:extreme" ,
6187
+ " severity:LOW"
6188
+ ],
6189
+
6172
6190
"modernize-use-trailing-return-type" : [
6173
6191
" doc_url:https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-trailing-return-type.html" ,
6174
6192
" profile:extreme" ,
Original file line number Diff line number Diff line change 809
809
"osx.coreFoundation.containers.PointerSizedValues" : [
810
810
" doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#osx-corefoundation-containers-pointersizedvalues-c"
811
811
],
812
+ "security.cert.env.InvalidPtr" : [
813
+ " doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#security-cert-env-invalidptr" ,
814
+ " profile:default" ,
815
+ " profile:sensitive" ,
816
+ " profile:extreme" ,
817
+ " profile:security" ,
818
+ " severity:MEDIUM" ,
819
+ " sei-cert:env31-c" ,
820
+ " sei-cert:env34-c"
821
+ ],
812
822
"security.FloatLoopCounter" : [
813
823
" doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#security-floatloopcounter-c" ,
814
824
" guideline:sei-cert" ,
914
924
" profile:extreme" ,
915
925
" profile:sensitive"
916
926
],
927
+ "unix.Errno" : [
928
+ " doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#unix-errno-c" ,
929
+ " profile:sensitive" ,
930
+ " profile:extreme" ,
931
+ " severity:HIGH"
932
+ ],
933
+
917
934
"unix.Malloc" : [
918
935
" doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#unix-malloc-c" ,
919
936
" guideline:sei-cert" ,
You can’t perform that action at this time.
0 commit comments