From 7be4c14d5bbf8a6be7d883f4cf88b5afee046fc9 Mon Sep 17 00:00:00 2001 From: einvbri Date: Fri, 29 Nov 2024 16:11:44 +0100 Subject: [PATCH] [cfg] Add info for new unix.Chroot Checker The alpha.unix.Chroot checker was promoted in this MR, https://github.com/llvm/llvm-project/pull/117791, so adding severity and documentation links for newly promoted checker. --- config/labels/analyzers/clangsa.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/labels/analyzers/clangsa.json b/config/labels/analyzers/clangsa.json index 3e4178f705..0741636245 100644 --- a/config/labels/analyzers/clangsa.json +++ b/config/labels/analyzers/clangsa.json @@ -1037,6 +1037,12 @@ "sei-cert:exp37-c", "severity:MEDIUM" ], + "unix.Chroot": [ + "doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#unix-chroot-c", + "profile:extreme", + "profile:sensitive", + "severity:MEDIUM" + ], "unix.DynamicMemoryModeling": [ "profile:default", "profile:extreme",