fm-weck 1.4.5__py3-none-any.whl → 1.4.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. fm_weck/__init__.py +1 -1
  2. fm_weck/__main__.py +1 -0
  3. fm_weck/cache_mgr.py +47 -0
  4. fm_weck/cli.py +136 -27
  5. fm_weck/config.py +31 -17
  6. fm_weck/engine.py +110 -32
  7. fm_weck/exceptions.py +1 -0
  8. fm_weck/image_mgr.py +5 -4
  9. fm_weck/resources/{BenchExec-3.25-py3-none-any.whl → BenchExec-3.27-py3-none-any.whl} +0 -0
  10. fm_weck/resources/__init__.py +14 -12
  11. fm_weck/resources/fm_tools/2ls.yml +32 -7
  12. fm_weck/resources/fm_tools/aise.yml +6 -1
  13. fm_weck/resources/fm_tools/aprove.yml +73 -72
  14. fm_weck/resources/fm_tools/blast.yml +58 -0
  15. fm_weck/resources/fm_tools/brick.yml +4 -4
  16. fm_weck/resources/fm_tools/bubaak-split.yml +3 -3
  17. fm_weck/resources/fm_tools/bubaak.yml +4 -4
  18. fm_weck/resources/fm_tools/cadp.yml +95 -0
  19. fm_weck/resources/fm_tools/cbmc.yml +8 -4
  20. fm_weck/resources/fm_tools/cetfuzz.yml +4 -3
  21. fm_weck/resources/fm_tools/coastal.yml +13 -8
  22. fm_weck/resources/fm_tools/concurrentwitness2test.yml +4 -1
  23. fm_weck/resources/fm_tools/cooperace.yml +7 -6
  24. fm_weck/resources/fm_tools/coveriteam-verifier-algo-selection.yml +9 -20
  25. fm_weck/resources/fm_tools/coveriteam-verifier-parallel-portfolio.yml +9 -20
  26. fm_weck/resources/fm_tools/coveritest.yml +27 -6
  27. fm_weck/resources/fm_tools/cpa-bam-bnb.yml +13 -9
  28. fm_weck/resources/fm_tools/cpa-bam-smg.yml +12 -7
  29. fm_weck/resources/fm_tools/cpa-lockator.yml +13 -9
  30. fm_weck/resources/fm_tools/cpa-witness2test.yml +13 -3
  31. fm_weck/resources/fm_tools/cpachecker.yml +3 -3
  32. fm_weck/resources/fm_tools/cpv.yml +2 -0
  33. fm_weck/resources/fm_tools/crux.yml +20 -8
  34. fm_weck/resources/fm_tools/cseq.yml +9 -4
  35. fm_weck/resources/fm_tools/dartagnan.yml +12 -1
  36. fm_weck/resources/fm_tools/deagle.yml +5 -0
  37. fm_weck/resources/fm_tools/divine.yml +20 -11
  38. fm_weck/resources/fm_tools/ebf.yml +8 -5
  39. fm_weck/resources/fm_tools/emergentheta.yml +9 -2
  40. fm_weck/resources/fm_tools/esbmc-incr.yml +13 -10
  41. fm_weck/resources/fm_tools/esbmc-kind.yml +12 -11
  42. fm_weck/resources/fm_tools/fdse.yml +1 -1
  43. fm_weck/resources/fm_tools/fizzer.yml +15 -24
  44. fm_weck/resources/fm_tools/frama-c-sv.yml +3 -2
  45. fm_weck/resources/fm_tools/fshell-witness2test.yml +9 -6
  46. fm_weck/resources/fm_tools/fusebmc-ia.yml +6 -3
  47. fm_weck/resources/fm_tools/fusebmc.yml +26 -6
  48. fm_weck/resources/fm_tools/gazer-theta.yml +10 -7
  49. fm_weck/resources/fm_tools/gdart-llvm.yml +8 -4
  50. fm_weck/resources/fm_tools/gdart.yml +3 -0
  51. fm_weck/resources/fm_tools/goblint.yml +7 -2
  52. fm_weck/resources/fm_tools/graves-par.yml +9 -14
  53. fm_weck/resources/fm_tools/graves.yml +10 -4
  54. fm_weck/resources/fm_tools/gwit.yml +10 -4
  55. fm_weck/resources/fm_tools/hornix.yml +12 -7
  56. fm_weck/resources/fm_tools/hybridtiger.yml +13 -8
  57. fm_weck/resources/fm_tools/infer.yml +12 -7
  58. fm_weck/resources/fm_tools/java-ranger.yml +6 -3
  59. fm_weck/resources/fm_tools/jayhorn.yml +6 -4
  60. fm_weck/resources/fm_tools/jbmc.yml +11 -2
  61. fm_weck/resources/fm_tools/jcwit.yml +9 -5
  62. fm_weck/resources/fm_tools/jdart.yml +12 -7
  63. fm_weck/resources/fm_tools/klee.yml +13 -8
  64. fm_weck/resources/fm_tools/kleef.yml +3 -3
  65. fm_weck/resources/fm_tools/korn.yml +11 -1
  66. fm_weck/resources/fm_tools/lazycseq.yml +10 -7
  67. fm_weck/resources/fm_tools/legion-symcc.yml +6 -12
  68. fm_weck/resources/fm_tools/legion.yml +9 -14
  69. fm_weck/resources/fm_tools/lf-checker.yml +10 -6
  70. fm_weck/resources/fm_tools/liv.yml +19 -4
  71. fm_weck/resources/fm_tools/locksmith.yml +10 -6
  72. fm_weck/resources/fm_tools/ltsmin.yml +40 -0
  73. fm_weck/resources/fm_tools/metaval++.yml +19 -3
  74. fm_weck/resources/fm_tools/metaval.yml +21 -3
  75. fm_weck/resources/fm_tools/mlb.yml +5 -5
  76. fm_weck/resources/fm_tools/mopsa.yml +9 -7
  77. fm_weck/resources/fm_tools/nacpa.yml +7 -1
  78. fm_weck/resources/fm_tools/nitwit.yml +5 -3
  79. fm_weck/resources/fm_tools/owic.yml +4 -3
  80. fm_weck/resources/fm_tools/pesco.yml +10 -4
  81. fm_weck/resources/fm_tools/pichecker.yml +10 -6
  82. fm_weck/resources/fm_tools/pinaka.yml +13 -8
  83. fm_weck/resources/fm_tools/predatorhp.yml +6 -4
  84. fm_weck/resources/fm_tools/prism.yml +67 -0
  85. fm_weck/resources/fm_tools/proton.yml +6 -6
  86. fm_weck/resources/fm_tools/prtest.yml +22 -6
  87. fm_weck/resources/fm_tools/racerf.yml +14 -5
  88. fm_weck/resources/fm_tools/relay-sv.yml +8 -13
  89. fm_weck/resources/fm_tools/rizzer.yml +8 -12
  90. fm_weck/resources/fm_tools/schema.yml +56 -3
  91. fm_weck/resources/fm_tools/sikraken.yml +3 -3
  92. fm_weck/resources/fm_tools/spf.yml +13 -8
  93. fm_weck/resources/fm_tools/sv-sanitizers.yml +3 -1
  94. fm_weck/resources/fm_tools/svf-svc.yml +15 -6
  95. fm_weck/resources/fm_tools/symbiotic-witch.yml +9 -5
  96. fm_weck/resources/fm_tools/symbiotic.yml +6 -2
  97. fm_weck/resources/fm_tools/testcov.yml +8 -8
  98. fm_weck/resources/fm_tools/theta.yml +8 -4
  99. fm_weck/resources/fm_tools/thorn.yml +3 -1
  100. fm_weck/resources/fm_tools/tracerx-wp.yml +11 -2
  101. fm_weck/resources/fm_tools/tracerx.yml +5 -1
  102. fm_weck/resources/fm_tools/uautomizer.yml +7 -12
  103. fm_weck/resources/fm_tools/ugemcutter.yml +8 -2
  104. fm_weck/resources/fm_tools/ukojak.yml +5 -2
  105. fm_weck/resources/fm_tools/ureferee.yml +3 -4
  106. fm_weck/resources/fm_tools/utaipan.yml +8 -2
  107. fm_weck/resources/fm_tools/utestgen.yml +11 -3
  108. fm_weck/resources/fm_tools/vercors.yml +94 -0
  109. fm_weck/resources/fm_tools/veriabs.yml +11 -9
  110. fm_weck/resources/fm_tools/veriabsl.yml +10 -8
  111. fm_weck/resources/fm_tools/verifuzz.yml +16 -266
  112. fm_weck/resources/fm_tools/verioover.yml +10 -6
  113. fm_weck/resources/fm_tools/wasp-c.yml +6 -4
  114. fm_weck/resources/fm_tools/wit4java.yml +20 -13
  115. fm_weck/resources/fm_tools/witch.yml +8 -4
  116. fm_weck/resources/fm_tools/witnesslint.yml +37 -9
  117. fm_weck/resources/fm_tools/witnessmap.yml +16 -1
  118. fm_weck/run_result.py +38 -0
  119. fm_weck/runexec_mode.py +15 -4
  120. fm_weck/serve.py +119 -22
  121. fm_weck/version_listing.py +25 -0
  122. {fm_weck-1.4.5.dist-info → fm_weck-1.4.7.dist-info}/METADATA +5 -3
  123. fm_weck-1.4.7.dist-info/RECORD +154 -0
  124. {fm_weck-1.4.5.dist-info → fm_weck-1.4.7.dist-info}/WHEEL +1 -1
  125. fm_weck-1.4.5.dist-info/RECORD +0 -146
  126. /fm_weck/resources/{BenchExec-3.25-py3-none-any.whl.license → BenchExec-3.27-py3-none-any.whl.license} +0 -0
  127. {fm_weck-1.4.5.dist-info → fm_weck-1.4.7.dist-info}/entry_points.txt +0 -0
@@ -1,9 +1,14 @@
1
1
  id: fizzer
2
2
  name: Fizzer
3
+ description: |
4
+ Fizzer is a gray-box fuzzer focussing on coverage of atomic Boolean
5
+ expressions (mainly the instructions for number comparison). It uses dynamic
6
+ taint-flow analysis and local space fuzzing (gradient descent, bit
7
+ and random mutations performed in local spaces).
3
8
  input_languages:
4
9
  - C
5
- project_url: https://github.com/staticafi/sbt-fizzer
6
- repository_url: https://github.com/staticafi/sbt-fizzer
10
+ project_url: https://github.com/staticafi/fizzer
11
+ repository_url: https://github.com/staticafi/fizzer
7
12
  spdx_license_identifier: Zlib
8
13
  benchexec_toolinfo_module: "fizzer.py"
9
14
  fmtools_format_version: "0.1"
@@ -15,34 +20,17 @@ maintainers:
15
20
  name: Marek Trtík
16
21
  institution: Masaryk University, Brno
17
22
  country: Czechia
18
- url: null
23
+ url:
19
24
 
20
25
  versions:
21
26
  - version: "testcomp25"
22
27
  doi: 10.5281/zenodo.14246517
23
- benchexec_toolinfo_options: [
24
- "--max_seconds", "865",
25
- "--optimizer_max_seconds", "30",
26
- "--max_exec_milliseconds", "500",
27
- "--max_exec_megabytes", "13312",
28
- "--max_stdin_bytes", "65536",
29
- "--max_trace_length", "10000",
30
- "--max_stack_size", "25",
31
- "--stdin_model", "stdin_replay_bytes_then_repeat_zero",
32
- "--test_type", "testcomp"
33
- ]
28
+ benchexec_toolinfo_options: ["--max_seconds", "865", "--optimizer_max_seconds", "30", "--max_exec_milliseconds", "500", "--max_exec_megabytes", "13312", "--max_stdin_bytes", "65536", "--max_trace_length", "10000", "--max_stack_size", "25", "--stdin_model", "stdin_replay_bytes_then_repeat_zero", "--test_type", "testcomp"]
34
29
  required_ubuntu_packages:
35
30
  - g++-multilib
36
31
  - version: "testcomp24"
37
32
  doi: 10.5281/zenodo.10183158
38
- benchexec_toolinfo_options: [
39
- "--max_seconds", "865",
40
- "--optimizer_max_seconds", "30",
41
- "--max_exec_milliseconds", "500",
42
- "--max_stdin_bytes", "65536",
43
- "--stdin_model", "stdin_replay_bytes_then_repeat_zero",
44
- "--test_type", "testcomp"
45
- ]
33
+ benchexec_toolinfo_options: ["--max_seconds", "865", "--optimizer_max_seconds", "30", "--max_exec_milliseconds", "500", "--max_stdin_bytes", "65536", "--stdin_model", "stdin_replay_bytes_then_repeat_zero", "--test_type", "testcomp"]
46
34
  required_ubuntu_packages: []
47
35
 
48
36
  competition_participations:
@@ -54,7 +42,7 @@ competition_participations:
54
42
  name: Marek Trtík
55
43
  institution: Masaryk University, Brno
56
44
  country: Czechia
57
- url: null
45
+ url:
58
46
  - competition: "Test-Comp 2024"
59
47
  track: "Test Generation"
60
48
  tool_version: "testcomp24"
@@ -63,7 +51,7 @@ competition_participations:
63
51
  name: Marek Trtík
64
52
  institution: Masaryk University, Brno
65
53
  country: Czechia
66
- url: null
54
+ url:
67
55
 
68
56
  techniques:
69
57
  - Bit-Precise Analysis
@@ -77,3 +65,6 @@ literature:
77
65
  - doi: 10.1007/978-3-031-57259-3_17
78
66
  title: "Fizzer: New Gray-Box Fuzzer (Competition Contribution)"
79
67
  year: 2024
68
+ - doi: 10.48550/arXiv.2501.18046
69
+ title: Gray-Box Fuzzing in Local Space
70
+ year: 2025
@@ -36,13 +36,14 @@ versions:
36
36
  competition_participations:
37
37
  - competition: "SV-COMP 2025"
38
38
  track: "Verification"
39
- hors_concours: true
39
+ label:
40
+ - inactive
40
41
  tool_version: "svcomp24"
41
42
  jury_member:
42
43
  name: Hors Concours
43
44
  institution: --
44
45
  country: --
45
- url: null
46
+ url:
46
47
  - competition: "SV-COMP 2024"
47
48
  track: "Verification"
48
49
  tool_version: "svcomp24"
@@ -20,33 +20,36 @@ maintainers:
20
20
  versions:
21
21
  - version: "svcomp23"
22
22
  doi: 10.5281/zenodo.10206716
23
- benchexec_toolinfo_options: []
23
+ benchexec_toolinfo_options: ["--graphml-witness", "${witness}"]
24
24
  required_ubuntu_packages:
25
25
  - gcc
26
26
  - libc6-dev-i386
27
+ - make
27
28
 
28
29
  competition_participations:
29
30
  - competition: "SV-COMP 2025"
30
31
  track: "Validation of Violation Witnesses 1.0"
31
- hors_concours: true
32
+ label:
33
+ - inactive
32
34
  tool_version: "svcomp23"
33
35
  jury_member:
34
36
  name: Hors Concours
35
37
  institution: --
36
38
  country: --
37
- url: null
39
+ url:
38
40
  - competition: "SV-COMP 2024"
39
41
  track: "Validation of Violation Witnesses 1.0"
40
- hors_concours: true
42
+ label:
43
+ - inactive
41
44
  tool_version: "svcomp23"
42
45
  jury_member:
43
46
  name: Hors Concours
44
47
  institution: --
45
48
  country: --
46
- url: null
49
+ url:
47
50
  - competition: SV-COMP 2023
48
51
  track: "Validation of Violation Witnesses 1.0"
49
- tool_version: "svcomp24"
52
+ tool_version: "svcomp23"
50
53
  jury_member:
51
54
  orcid: 0000-0002-7947-983X
52
55
  name: Michael Tautschnig
@@ -3,7 +3,7 @@ name: FuSeBMC-AI
3
3
  input_languages:
4
4
  - C
5
5
  project_url: https://github.com/Mohannad-Aldughaim/FuSeBMC_IA
6
- repository_url: https://github.com/kaled-alshmrany/FuSeBMC
6
+ repository_url: https://github.com/Mohannad-Aldughaim/FuSeBMC_IA
7
7
  spdx_license_identifier: MIT
8
8
  benchexec_toolinfo_module: "https://gitlab.com/sosy-lab/software/benchexec/-/raw/main/benchexec/tools/fusebmc.py"
9
9
  fmtools_format_version: "2.0"
@@ -26,6 +26,8 @@ versions:
26
26
  doi: "10.5281/zenodo.10199336"
27
27
  benchexec_toolinfo_options: ["-s", "incr"]
28
28
  required_ubuntu_packages: []
29
+ full_container_images:
30
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
29
31
  - version: "testcomp23"
30
32
  url: "https://gitlab.com/sosy-lab/test-comp/archives-2023/-/raw/testcomp23/2023/FuSeBMC_IA.zip"
31
33
  benchexec_toolinfo_options: ["-s", "incr"]
@@ -34,13 +36,14 @@ versions:
34
36
  competition_participations:
35
37
  - competition: "Test-Comp 2025"
36
38
  track: "Test Generation"
37
- hors_concours: true
39
+ label:
40
+ - inactive
38
41
  tool_version: "testcomp24"
39
42
  jury_member:
40
43
  name: Hors Concours
41
44
  institution: --
42
45
  country: --
43
- url: null
46
+ url:
44
47
  - competition: "Test-Comp 2024"
45
48
  track: "Test Generation"
46
49
  tool_version: "testcomp24"
@@ -1,9 +1,14 @@
1
1
  id: fusebmc
2
2
  name: FuSeBMC
3
+ description: |
4
+ FuSeBMC is an award-winning automated software testing tool that integrates Bounded Model Checking (BMC),
5
+ Fuzzing, and Artificial Intelligence (AI) to enhance software security and reliability.
6
+ Designed to detect and repair security vulnerabilities in C programs,
7
+ FuSeBMC improves code quality while reducing false positives and operational disruptions.
3
8
  input_languages:
4
9
  - C
5
- project_url: https://github.com/kaled-alshmrany/FuSeBMC
6
- repository_url: https://github.com/kaled-alshmrany/FuSeBMC
10
+ project_url: https://veribee.co/
11
+ repository_url: https://github.com/FuSeBMC/
7
12
  spdx_license_identifier: "MIT"
8
13
  benchexec_toolinfo_module: "https://gitlab.com/sosy-lab/software/benchexec/-/raw/main/benchexec/tools/fusebmc.py"
9
14
  fmtools_format_version: "2.0"
@@ -15,7 +20,7 @@ maintainers:
15
20
  name: Kaled Alshmrany
16
21
  institution: University of Manchester / Institute of Public Administration
17
22
  country: UK / Saudi Arabia
18
- url: https://research.manchester.ac.uk/en/persons/kaled.alshmrany
23
+ url: https://www.linkedin.com/in/dr-kaled-alshmrany/
19
24
 
20
25
  versions:
21
26
  - version: "testcomp25"
@@ -36,26 +41,29 @@ competition_participations:
36
41
  track: "Test Generation"
37
42
  tool_version: "testcomp25"
38
43
  jury_member:
44
+ orcid: 0000-0002-5822-5435
39
45
  name: Kaled Alshmrany
40
46
  institution: University of Manchester / Institute of Public Administration
41
47
  country: UK / Saudi Arabia
42
- url: https://research.manchester.ac.uk/en/persons/kaled.alshmrany
48
+ url: https://www.linkedin.com/in/dr-kaled-alshmrany/
43
49
  - competition: "Test-Comp 2024"
44
50
  track: "Test Generation"
45
51
  tool_version: "testcomp24"
46
52
  jury_member:
53
+ orcid: 0000-0002-5822-5435
47
54
  name: Kaled Alshmrany
48
55
  institution: University of Manchester / Institute of Public Administration
49
56
  country: UK / Saudi Arabia
50
- url: https://research.manchester.ac.uk/en/persons/kaled.alshmrany
57
+ url: https://www.linkedin.com/in/dr-kaled-alshmrany/
51
58
  - competition: "Test-Comp 2023"
52
59
  track: "Test Generation"
53
60
  tool_version: "testcomp23"
54
61
  jury_member:
62
+ orcid: 0000-0002-5822-5435
55
63
  name: Kaled Alshmrany
56
64
  institution: University of Manchester / Institute of Public Administration
57
65
  country: UK / Saudi Arabia
58
- url: https://research.manchester.ac.uk/en/persons/kaled.alshmrany
66
+ url: https://www.linkedin.com/in/dr-kaled-alshmrany/
59
67
 
60
68
  techniques:
61
69
  - Bounded Model Checking
@@ -67,6 +75,18 @@ techniques:
67
75
  frameworks_solvers: []
68
76
 
69
77
  literature:
78
+ - doi: "10.1007/978-3-030-71500-7_19"
79
+ title: "FuSeBMC: A White-Box Fuzzer for Finding Security Vulnerabilities in C Programs (Competition Contribution)"
80
+ year: 2021
81
+ - doi: "10.1007/978-3-030-79379-1_6"
82
+ title: "FuSeBMC: An Energy-Efficient Test Generator for Finding Security Vulnerabilities in C Programs"
83
+ year: 2021
84
+ - doi: "10.1007/978-3-030-99429-7_19"
85
+ title: "FuSeBMC v4: Smart Seed Generation for Hybrid Fuzzing: (Competition Contribution)"
86
+ year: 2022
87
+ - doi: "10.1007/978-3-031-30826-0_18"
88
+ title: "FuSeBMC_IA: Interval Analysis and Methods for Test Case Generation: (Competition Contribution)"
89
+ year: 2023
70
90
  - doi: "10.1145/3665337"
71
91
  title: "FuSeBMC v4: Improving Code Coverage with Smart Seeds via BMC, Fuzzing and Static Analysis"
72
92
  year: 2024
@@ -14,7 +14,7 @@ maintainers:
14
14
  - name: Zsófia Ádám
15
15
  institution: Budapest University of Technology and Economics
16
16
  country: Hungary
17
- url: null
17
+ url:
18
18
 
19
19
  versions:
20
20
  - version: "svcomp23"
@@ -31,31 +31,34 @@ versions:
31
31
  competition_participations:
32
32
  - competition: "SV-COMP 2025"
33
33
  track: "Verification"
34
- hors_concours: true
34
+ label:
35
+ - inactive
35
36
  tool_version: "svcomp23"
36
37
  jury_member:
37
38
  name: Hors Concours
38
39
  institution: --
39
40
  country: --
40
- url: null
41
+ url:
41
42
  - competition: "SV-COMP 2024"
42
43
  track: "Verification"
43
- hors_concours: true
44
+ label:
45
+ - inactive
44
46
  tool_version: "svcomp23"
45
47
  jury_member:
46
48
  name: Hors Concours
47
49
  institution: --
48
50
  country: --
49
- url: null
51
+ url:
50
52
  - competition: "SV-COMP 2023"
51
53
  track: "Verification"
52
- hors_concours: true
54
+ label:
55
+ - inactive
53
56
  tool_version: "svcomp23"
54
57
  jury_member:
55
58
  name: Hors Concours
56
59
  institution: --
57
60
  country: --
58
- url: null
61
+ url:
59
62
 
60
63
  techniques:
61
64
  - CEGAR
@@ -23,26 +23,30 @@ versions:
23
23
  doi: 10.5281/zenodo.10397137
24
24
  benchexec_toolinfo_options: []
25
25
  required_ubuntu_packages: []
26
+ full_container_images:
27
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2023
26
28
 
27
29
  competition_participations:
28
30
  - competition: "SV-COMP 2025"
29
31
  track: "Verification"
30
- hors_concours: true
32
+ label:
33
+ - inactive
31
34
  tool_version: "svcomp23"
32
35
  jury_member:
33
36
  name: Hors Concours
34
37
  institution: --
35
38
  country: --
36
- url: null
39
+ url:
37
40
  - competition: "SV-COMP 2024"
38
41
  track: "Verification"
39
- hors_concours: true
42
+ label:
43
+ - inactive
40
44
  tool_version: "svcomp23"
41
45
  jury_member:
42
46
  name: Hors Concours
43
47
  institution: --
44
48
  country: --
45
- url: null
49
+ url:
46
50
  - competition: "SV-COMP 2023"
47
51
  track: "Verification"
48
52
  tool_version: "svcomp23"
@@ -45,6 +45,7 @@ competition_participations:
45
45
  track: "Verification"
46
46
  tool_version: "svcomp25"
47
47
  jury_member:
48
+ orcid: 0000-0002-9524-4459
48
49
  name: Falk Howar
49
50
  institution: TU Dortmund
50
51
  country: Germany
@@ -53,6 +54,7 @@ competition_participations:
53
54
  track: "Verification"
54
55
  tool_version: "svcomp24"
55
56
  jury_member:
57
+ orcid: 0000-0002-9524-4459
56
58
  name: Falk Howar
57
59
  institution: TU Dortmund
58
60
  country: Germany
@@ -61,6 +63,7 @@ competition_participations:
61
63
  track: "Verification"
62
64
  tool_version: "svcomp23"
63
65
  jury_member:
66
+ orcid: 0000-0002-9524-4459
64
67
  name: Falk Howar
65
68
  institution: TU Dortmund
66
69
  country: Germany
@@ -1,5 +1,9 @@
1
1
  id: goblint
2
2
  name: Goblint
3
+ description: |
4
+ Goblint is an abstract interpretation framework that
5
+ is dedicated to the sound thread-modular analysis of multi-threaded
6
+ programs, especially for data races.
3
7
  input_languages:
4
8
  - C
5
9
  project_url: https://goblint.in.tum.de/
@@ -20,7 +24,7 @@ maintainers:
20
24
  name: Michael Schwarz
21
25
  institution: Technische Universität München
22
26
  country: Germany
23
- url: https://www.cs.cit.tum.de/en/pl/personen/michael-schwarz/
27
+ url: https://michael-schwarz.github.io/
24
28
 
25
29
  versions:
26
30
  - version: "svcomp25"
@@ -29,7 +33,7 @@ versions:
29
33
  required_ubuntu_packages: []
30
34
  - version: "svcomp25-validation-correctness"
31
35
  doi: 10.5281/zenodo.14054652
32
- benchexec_toolinfo_options: ["--conf", "conf/svcomp25-validate.json"]
36
+ benchexec_toolinfo_options: ["--witness.yaml.unassume", "${witness}", "--witness.yaml.validate", "${witness}", "--conf", "conf/svcomp25-validate.json"]
33
37
  required_ubuntu_packages: []
34
38
  - version: "svcomp24"
35
39
  doi: 10.5281/zenodo.10202867
@@ -95,6 +99,7 @@ techniques:
95
99
  - Numeric Interval Analysis
96
100
  - Concurrency Support
97
101
  - Algorithm Selection
102
+ - Floating-Point Arithmetics
98
103
 
99
104
  frameworks_solvers:
100
105
  - Apron
@@ -14,7 +14,7 @@ maintainers:
14
14
  - name: Hors Concours
15
15
  institution: University of Virginia
16
16
  country: USA
17
- url: null
17
+ url:
18
18
 
19
19
  versions:
20
20
  - version: "svcomp23"
@@ -32,33 +32,28 @@ versions:
32
32
  - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
33
33
 
34
34
  competition_participations:
35
- - competition: "SV-COMP 2025"
36
- track: "Verification"
37
- hors_concours: true
38
- tool_version: "svcomp23"
39
- jury_member:
40
- name: Hors Concours
41
- institution: --
42
- country: --
43
- url: null
44
35
  - competition: "SV-COMP 2024"
45
36
  track: "Verification"
46
- hors_concours: true
37
+ label:
38
+ - inactive
39
+ - meta_tool
47
40
  tool_version: "svcomp23"
48
41
  jury_member:
49
42
  name: Hors Concours
50
43
  institution: University of Virginia
51
44
  country: USA
52
- url: null
45
+ url:
53
46
  - competition: "SV-COMP 2023"
54
47
  track: "Verification"
55
- hors_concours: true
48
+ label:
49
+ - inactive
50
+ - meta_tool
56
51
  tool_version: "svcomp23"
57
52
  jury_member:
58
53
  name: Hors Concours
59
54
  institution: University of Virginia
60
55
  country: USA
61
- url: null
56
+ url:
62
57
 
63
58
  techniques: []
64
59
 
@@ -30,24 +30,30 @@ versions:
30
30
  competition_participations:
31
31
  - competition: "SV-COMP 2025"
32
32
  track: "Verification"
33
- hors_concours: true
33
+ label:
34
+ - inactive
35
+ - meta_tool
34
36
  tool_version: "svcomp23"
35
37
  jury_member:
36
38
  name: Hors Concours
37
39
  institution: --
38
40
  country: --
39
- url: null
41
+ url:
40
42
  - competition: "SV-COMP 2024"
41
43
  track: "Verification"
42
- hors_concours: true
44
+ label:
45
+ - inactive
46
+ - meta_tool
43
47
  tool_version: "svcomp23"
44
48
  jury_member:
45
49
  name: Hors Concours
46
50
  institution: --
47
51
  country: --
48
- url: null
52
+ url:
49
53
  - competition: "SV-COMP 2023"
50
54
  track: "Verification"
55
+ label:
56
+ - meta_tool
51
57
  tool_version: "svcomp23"
52
58
  jury_member:
53
59
  name: Will Leeson
@@ -4,7 +4,7 @@ input_languages:
4
4
  - Java
5
5
  project_url: https://github.com/tudo-aqua/gwit
6
6
  repository_url: https://github.com/tudo-aqua/gwit
7
- spdx_license_identifier: LicenseRef-LICENSE
7
+ spdx_license_identifier: LicenseRef-GWIT
8
8
  benchexec_toolinfo_module: "https://gitlab.com/sosy-lab/software/benchexec/-/raw/main/benchexec/tools/gwit.py"
9
9
  fmtools_format_version: "2.0"
10
10
  fmtools_entry_maintainers:
@@ -15,12 +15,13 @@ maintainers:
15
15
  - name: Falk Howar
16
16
  institution: TU Dortmund
17
17
  country: Germany
18
+ orcid: 0000-0002-9524-4459
18
19
  url: https://falkhowar.de
19
20
 
20
21
  versions:
21
22
  - version: "svcomp24"
22
23
  doi: "10.5281/zenodo.10059567"
23
- benchexec_toolinfo_options: []
24
+ benchexec_toolinfo_options: ["--witness", "${witness}"]
24
25
  required_ubuntu_packages:
25
26
  - openjdk-11-jre-headless
26
27
  - version: "svcomp23"
@@ -32,17 +33,19 @@ versions:
32
33
  competition_participations:
33
34
  - competition: "SV-COMP 2025"
34
35
  track: "Validation of Violation Witnesses 1.0"
35
- hors_concours: true
36
+ label:
37
+ - inactive
36
38
  tool_version: "svcomp24"
37
39
  jury_member:
38
40
  name: Hors Concours
39
41
  institution: --
40
42
  country: --
41
- url: null
43
+ url:
42
44
  - competition: "SV-COMP 2024"
43
45
  track: "Validation of Violation Witnesses 1.0"
44
46
  tool_version: "svcomp24"
45
47
  jury_member:
48
+ orcid: 0000-0002-9524-4459
46
49
  name: Falk Howar
47
50
  institution: TU Dortmund
48
51
  country: Germany
@@ -51,6 +54,7 @@ competition_participations:
51
54
  track: "Validation of Violation Witnesses 1.0"
52
55
  tool_version: "svcomp23"
53
56
  jury_member:
57
+ orcid: 0000-0002-9524-4459
54
58
  name: Falk Howar
55
59
  institution: TU Dortmund
56
60
  country: Germany
@@ -62,3 +66,5 @@ techniques:
62
66
  - Portfolio
63
67
 
64
68
  frameworks_solvers: []
69
+
70
+ literature: []
@@ -1,10 +1,15 @@
1
1
  id: hornix
2
2
  name: Hornix
3
+ description: |
4
+ Hornix is a software-verification tool based on the LLVM
5
+ framework, aiming to verify C/C++ code by employing a custom LLVM pass
6
+ on the LLVM IR level. It transforms the LLVM IR into a system of
7
+ constrained Horn clauses (CHC) and uses Z3 to decide about its satisfiability.
3
8
  input_languages:
4
9
  - C
5
10
  project_url: https://github.com/d3sformal/hornix
6
11
  repository_url: https://github.com/d3sformal/hornix
7
- spdx_license_identifier: Apache 2.0
12
+ spdx_license_identifier: Apache-2.0
8
13
  benchexec_toolinfo_module: benchexec.tools.hornix
9
14
  fmtools_format_version: "2.0"
10
15
  fmtools_entry_maintainers:
@@ -14,17 +19,17 @@ maintainers:
14
19
  - orcid: "0000-0000-0000-0000"
15
20
  name: Oliver Glitta
16
21
  institution: Charles University
17
- country: Czech Republic
18
- url: null
22
+ country: Czechia
23
+ url:
19
24
  - orcid: "0000-0001-8140-4098"
20
25
  name: Martin Blicha
21
26
  institution: University of Lugano
22
27
  country: Switzerland
23
- url: null
28
+ url:
24
29
  - orcid: "0000-0003-0391-4812"
25
30
  name: Jan Kofron
26
31
  institution: Charles University
27
- country: Czech Republic
32
+ country: Czechia
28
33
  url: https://d3s.mff.cuni.cz/people/jankofron/
29
34
 
30
35
  versions:
@@ -42,14 +47,14 @@ competition_participations:
42
47
  name: Martin Blicha
43
48
  institution: University of Lugano
44
49
  country: Switzerland
45
- url: null
50
+ url:
46
51
 
47
52
  techniques:
48
53
  - Property-Directed Reachability
49
54
 
50
55
  frameworks_solvers:
51
56
  - Z3
52
-
57
+
53
58
  literature: []
54
59
 
55
60
 
@@ -2,7 +2,7 @@ id: hybridtiger
2
2
  name: HybridTiger
3
3
  input_languages:
4
4
  - C
5
- project_url: https://www.es.tu-darmstadt.de/es/team/sebastian-ruland/testcomp20
5
+ project_url: https://gitlab.com/sosy-lab/software/cpachecker
6
6
  repository_url: https://gitlab.com/sosy-lab/software/cpachecker
7
7
  spdx_license_identifier: Apache-2.0
8
8
  benchexec_toolinfo_module: "https://gitlab.com/sosy-lab/software/benchexec/-/raw/main/benchexec/tools/cpachecker.py"
@@ -14,42 +14,47 @@ maintainers:
14
14
  - name: Hors Concours
15
15
  institution: --
16
16
  country: --
17
- url: null
17
+ url:
18
18
 
19
19
  versions:
20
20
  - version: "testcomp23"
21
21
  doi: 10.5281/zenodo.10412240
22
22
  benchexec_toolinfo_options: ['-benchmark', '-heap', '10000M', '-tigertestcomp20']
23
23
  required_ubuntu_packages: []
24
+ full_container_images:
25
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
24
26
 
25
27
  competition_participations:
26
28
  - competition: "Test-Comp 2025"
27
29
  track: "Test Generation"
28
- hors_concours: true
30
+ label:
31
+ - inactive
29
32
  tool_version: "testcomp23"
30
33
  jury_member:
31
34
  name: Hors Concours
32
35
  institution: --
33
36
  country: --
34
- url: null
37
+ url:
35
38
  - competition: "Test-Comp 2024"
36
39
  track: "Test Generation"
37
- hors_concours: true
40
+ label:
41
+ - inactive
38
42
  tool_version: "testcomp23"
39
43
  jury_member:
40
44
  name: Hors Concours
41
45
  institution: --
42
46
  country: --
43
- url: null
47
+ url:
44
48
  - competition: "Test-Comp 2023"
45
49
  track: "Test Generation"
46
- hors_concours: true
50
+ label:
51
+ - inactive
47
52
  tool_version: "testcomp23"
48
53
  jury_member:
49
54
  name: Hors Concours
50
55
  institution: --
51
56
  country: --
52
- url: null
57
+ url:
53
58
 
54
59
  techniques:
55
60
  - CEGAR