Skip to content

Commit 80576a9

Browse files
committed
Remove misc-no-recursion from the sei cert profile
The checker finds simple recursions, which in itself is not a security issue.
1 parent 7a974c9 commit 80576a9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

config/labels/analyzers/clang-tidy.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7204,11 +7204,7 @@
72047204
"severity:MEDIUM"
72057205
],
72067206
"misc-no-recursion": [
7207-
"doc_url:https://clang.llvm.org/extra/clang-tidy/checks/misc/no-recursion.html",
7208-
"guideline:sei-cert-cpp",
7209-
"profile:extreme",
7210-
"profile:security",
7211-
"sei-cert-cpp:dcl56-cpp",
7207+
"doc_url:https://clang.llvm.org/extra/clang-tidy/checks/misc/no-recursion.html",
72127208
"severity:LOW"
72137209
],
72147210
"misc-noexcept-move-constructor": [

0 commit comments

Comments
 (0)