Skip to content

Commit faeca08

Browse files
committed
docs(sasts): update supported version
1 parent 7ab579d commit faeca08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sast/profiles/cppcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Cppcheck
22
description: Cppcheck is a static analysis tool for C/C++ code. It provides unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs. The goal is to have very few false positives. Cppcheck is designed to be able to analyze your C/C++ code even if it has non-standard syntax (common in embedded projects).
33
type: Data Flow Analysis (Compiled code)
44
url: https://cppcheck.sourceforge.io/
5-
supported_version: 2.13.0
5+
supported_version: ">=2.16.0"
66
supported_languages:
77
- C/C++
88
legal:

0 commit comments

Comments
 (0)