Skip to content

Commit d06b863

Browse files
committed
docs(sasts): replace C with C/C++
1 parent 059f217 commit d06b863

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/sast/profiles/cppcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: Data Flow Analysis (Compiled code)
44
url: https://cppcheck.sourceforge.io/
55
supported_version: 2.13.0
66
supported_languages:
7-
- C
7+
- C/C++
88
legal:
99
license: GPL-3.0
1010
license_type: Copyleft

docs/sast/profiles/semgrepce.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: Pattern matching
44
url: https://github.com/semgrep/semgrep
55
supported_version: 1.128.1
66
supported_languages:
7-
- C
7+
- C/C++
88
- Java
99
legal:
1010
license: LGPL-2.1

docs/sast/profiles/snykcode.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: Data Flow Analysis (Source code)
44
url: https://docs.snyk.io/scan-with-snyk/snyk-code
55
supported_version: 1.1298.3
66
supported_languages:
7-
- C
7+
- C/C++
88
- Java
99
legal:
1010
terms: SNYK TERMS OF SERVICE

0 commit comments

Comments
 (0)