-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjuliet_standalone_c++.toml
25 lines (23 loc) · 1.15 KB
/
juliet_standalone_c++.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[general]
# benchmark name
name = 'Juliet Test Suite for C/C++'
# select the most applicable category from the list provided by this repo
category = 'CODE_ANALYSIS'
# mark your benchmark with custom tags (your own custom tags OR use existing from other projects)
tags = ['code_analysis', 'juliet', 'security']
[info]
# programming language
language = 'c/c++'
# license used in the project from the list provided by this repo
license = 'cc0-1.0'
# number of tests/cases/scenarios/benchmarks (should not be 0)
scenarios_num = 64099
# free text with a small desciption of the benchmark
description = 'A collection of test cases in the C/C++ language included into Juliet NIST test packs. It contains examples organized under 118 different CWEs.'
[links]
# the link to the home page of the benchmark
homepage = 'https://samate.nist.gov/SRD/testsuite.php'
# the link to the source code
sources = 'https://samate.nist.gov/SRD/testsuites/juliet/Juliet_Test_Suite_v1.3_for_C_Cpp.zip'
# the link to the page with documentation
documentation = 'https://samate.nist.gov/SRD/around.php#juliet_documents'