Skip to content

Commit ff0abcc

Browse files
committed
Removing alpha checkers from the security profile
Alpha checkers are not production ready so they should be removed fromt the security profile. This way, the profile can be used in production without explicitly disabling alpha checkers.
1 parent 4c33c5a commit ff0abcc

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

config/labels/analyzers/clangsa.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,11 @@
3131
"alpha.core.CastToStruct": [
3232
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-core-casttostruct-c-c",
3333
"profile:extreme",
34-
"profile:security",
3534
"severity:LOW"
3635
],
3736
"alpha.core.Conversion": [
3837
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-core-conversion-c-c-objc",
3938
"profile:extreme",
40-
"profile:security",
4139
"profile:sensitive",
4240
"severity:LOW"
4341
],
@@ -59,13 +57,11 @@
5957
"alpha.core.PointerArithm": [
6058
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-core-pointerarithm-c",
6159
"profile:extreme",
62-
"profile:security",
6360
"severity:LOW"
6461
],
6562
"alpha.core.PointerSub": [
6663
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-core-pointersub-c",
6764
"profile:extreme",
68-
"profile:security",
6965
"severity:LOW"
7066
],
7167
"alpha.core.PthreadLockBase": [
@@ -214,55 +210,47 @@
214210
"alpha.security.ArrayBound": [
215211
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-security-arraybound-c",
216212
"profile:extreme",
217-
"profile:security",
218213
"severity:HIGH"
219214
],
220215
"alpha.security.ArrayBoundV2": [
221216
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-security-arrayboundv2-c",
222217
"profile:extreme",
223-
"profile:security",
224218
"severity:HIGH"
225219
],
226220
"alpha.security.MallocOverflow": [
227221
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-security-mallocoverflow-c",
228222
"profile:extreme",
229-
"profile:security",
230223
"severity:HIGH"
231224
],
232225
"alpha.security.MmapWriteExec": [
233226
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-security-mmapwriteexec-c",
234227
"profile:extreme",
235-
"profile:security",
236228
"profile:sensitive",
237229
"severity:MEDIUM"
238230
],
239231
"alpha.security.ReturnPtrRange": [
240232
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-security-returnptrrange-c",
241233
"profile:extreme",
242-
"profile:security",
243234
"profile:sensitive",
244235
"severity:HIGH"
245236
],
246237
"alpha.security.cert.env.InvalidPtr": [
247238
"doc_url:https://releases.llvm.org/17.0.1/tools/clang/docs/analyzer/checkers.html#alpha-security-cert-env-invalidptr",
248239
"profile:default",
249240
"profile:extreme",
250-
"profile:security",
251241
"profile:sensitive",
252242
"severity:MEDIUM"
253243
],
254244
"alpha.security.cert.pos.34c": [
255245
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-security-cert-pos-34c",
256246
"profile:default",
257247
"profile:extreme",
258-
"profile:security",
259248
"profile:sensitive",
260249
"severity:HIGH"
261250
],
262251
"alpha.security.taint.TaintPropagation": [
263252
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-security-taint-taintpropagation-c-c",
264253
"profile:extreme",
265-
"profile:security",
266254
"profile:sensitive",
267255
"severity:HIGH"
268256
],
@@ -275,7 +263,6 @@
275263
"alpha.unix.Chroot": [
276264
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-unix-chroot-c",
277265
"profile:extreme",
278-
"profile:security",
279266
"profile:sensitive",
280267
"severity:MEDIUM"
281268
],
@@ -288,7 +275,6 @@
288275
"alpha.unix.PthreadLock": [
289276
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-unix-pthreadlock-c",
290277
"profile:extreme",
291-
"profile:security",
292278
"profile:sensitive",
293279
"severity:HIGH"
294280
],
@@ -305,14 +291,12 @@
305291
"alpha.unix.Stream": [
306292
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-unix-stream-c",
307293
"profile:extreme",
308-
"profile:security",
309294
"profile:sensitive",
310295
"severity:MEDIUM"
311296
],
312297
"alpha.unix.cstring.BufferOverlap": [
313298
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-unix-cstring-bufferoverlap-c",
314299
"profile:extreme",
315-
"profile:security",
316300
"severity:HIGH"
317301
],
318302
"alpha.unix.cstring.NotNullTerminated": [
@@ -324,7 +308,6 @@
324308
"alpha.unix.cstring.OutOfBounds": [
325309
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-unix-cstring-outofbounds-c",
326310
"profile:extreme",
327-
"profile:security",
328311
"profile:sensitive",
329312
"severity:HIGH"
330313
],

0 commit comments

Comments
 (0)