Skip to content

Commit 161893f

Browse files
[server] Extend SEI Cert guideline mapping for cppcheck and gcc analyzers
1 parent 07d2f44 commit 161893f

File tree

3 files changed

+293
-61
lines changed

3 files changed

+293
-61
lines changed

analyzer/tests/functional/cmdline/test_cmdline.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,9 @@ def test_checkers_guideline(self):
211211
'Malloc',
212212
'MallocSizeof',
213213
'clang-diagnostic-format-overflow',
214-
'overflow-non-kprintf']))
214+
'overflow-non-kprintf',
215+
'gcc-allocation-size',
216+
'gcc-out-of-bounds']))
215217

216218
checkers_cmd = [env.codechecker_cmd(), 'checkers', '--guideline']
217219
_, out, _ = run_cmd(checkers_cmd)

0 commit comments

Comments
 (0)