fm-weck 1.4.5__py3-none-any.whl → 1.4.6__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 (123) 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 +120 -11
  5. fm_weck/engine.py +85 -16
  6. fm_weck/exceptions.py +1 -0
  7. fm_weck/resources/{BenchExec-3.25-py3-none-any.whl → BenchExec-3.27-py3-none-any.whl} +0 -0
  8. fm_weck/resources/__init__.py +1 -1
  9. fm_weck/resources/fm_tools/2ls.yml +32 -7
  10. fm_weck/resources/fm_tools/aise.yml +6 -1
  11. fm_weck/resources/fm_tools/aprove.yml +73 -72
  12. fm_weck/resources/fm_tools/blast.yml +58 -0
  13. fm_weck/resources/fm_tools/brick.yml +4 -4
  14. fm_weck/resources/fm_tools/bubaak-split.yml +3 -3
  15. fm_weck/resources/fm_tools/bubaak.yml +4 -4
  16. fm_weck/resources/fm_tools/cadp.yml +95 -0
  17. fm_weck/resources/fm_tools/cbmc.yml +8 -4
  18. fm_weck/resources/fm_tools/cetfuzz.yml +4 -3
  19. fm_weck/resources/fm_tools/coastal.yml +13 -8
  20. fm_weck/resources/fm_tools/concurrentwitness2test.yml +4 -1
  21. fm_weck/resources/fm_tools/cooperace.yml +7 -6
  22. fm_weck/resources/fm_tools/coveriteam-verifier-algo-selection.yml +9 -20
  23. fm_weck/resources/fm_tools/coveriteam-verifier-parallel-portfolio.yml +9 -20
  24. fm_weck/resources/fm_tools/coveritest.yml +27 -6
  25. fm_weck/resources/fm_tools/cpa-bam-bnb.yml +13 -9
  26. fm_weck/resources/fm_tools/cpa-bam-smg.yml +12 -7
  27. fm_weck/resources/fm_tools/cpa-lockator.yml +13 -9
  28. fm_weck/resources/fm_tools/cpa-witness2test.yml +13 -3
  29. fm_weck/resources/fm_tools/cpachecker.yml +3 -3
  30. fm_weck/resources/fm_tools/cpv.yml +2 -0
  31. fm_weck/resources/fm_tools/crux.yml +20 -8
  32. fm_weck/resources/fm_tools/cseq.yml +9 -4
  33. fm_weck/resources/fm_tools/dartagnan.yml +12 -1
  34. fm_weck/resources/fm_tools/deagle.yml +5 -0
  35. fm_weck/resources/fm_tools/divine.yml +20 -11
  36. fm_weck/resources/fm_tools/ebf.yml +8 -5
  37. fm_weck/resources/fm_tools/emergentheta.yml +9 -2
  38. fm_weck/resources/fm_tools/esbmc-incr.yml +13 -10
  39. fm_weck/resources/fm_tools/esbmc-kind.yml +12 -11
  40. fm_weck/resources/fm_tools/fdse.yml +1 -1
  41. fm_weck/resources/fm_tools/fizzer.yml +15 -24
  42. fm_weck/resources/fm_tools/frama-c-sv.yml +3 -2
  43. fm_weck/resources/fm_tools/fshell-witness2test.yml +9 -6
  44. fm_weck/resources/fm_tools/fusebmc-ia.yml +6 -3
  45. fm_weck/resources/fm_tools/fusebmc.yml +26 -6
  46. fm_weck/resources/fm_tools/gazer-theta.yml +10 -7
  47. fm_weck/resources/fm_tools/gdart-llvm.yml +8 -4
  48. fm_weck/resources/fm_tools/gdart.yml +3 -0
  49. fm_weck/resources/fm_tools/goblint.yml +7 -2
  50. fm_weck/resources/fm_tools/graves-par.yml +9 -14
  51. fm_weck/resources/fm_tools/graves.yml +10 -4
  52. fm_weck/resources/fm_tools/gwit.yml +10 -4
  53. fm_weck/resources/fm_tools/hornix.yml +12 -7
  54. fm_weck/resources/fm_tools/hybridtiger.yml +12 -7
  55. fm_weck/resources/fm_tools/infer.yml +12 -7
  56. fm_weck/resources/fm_tools/java-ranger.yml +6 -3
  57. fm_weck/resources/fm_tools/jayhorn.yml +6 -4
  58. fm_weck/resources/fm_tools/jbmc.yml +11 -2
  59. fm_weck/resources/fm_tools/jcwit.yml +9 -5
  60. fm_weck/resources/fm_tools/jdart.yml +12 -7
  61. fm_weck/resources/fm_tools/klee.yml +13 -8
  62. fm_weck/resources/fm_tools/kleef.yml +3 -3
  63. fm_weck/resources/fm_tools/korn.yml +11 -1
  64. fm_weck/resources/fm_tools/lazycseq.yml +10 -7
  65. fm_weck/resources/fm_tools/legion-symcc.yml +6 -12
  66. fm_weck/resources/fm_tools/legion.yml +9 -14
  67. fm_weck/resources/fm_tools/lf-checker.yml +10 -6
  68. fm_weck/resources/fm_tools/liv.yml +19 -4
  69. fm_weck/resources/fm_tools/locksmith.yml +10 -6
  70. fm_weck/resources/fm_tools/metaval++.yml +19 -3
  71. fm_weck/resources/fm_tools/metaval.yml +21 -3
  72. fm_weck/resources/fm_tools/mlb.yml +5 -5
  73. fm_weck/resources/fm_tools/mopsa.yml +9 -7
  74. fm_weck/resources/fm_tools/nacpa.yml +7 -1
  75. fm_weck/resources/fm_tools/nitwit.yml +5 -3
  76. fm_weck/resources/fm_tools/owic.yml +4 -3
  77. fm_weck/resources/fm_tools/pesco.yml +10 -4
  78. fm_weck/resources/fm_tools/pichecker.yml +10 -6
  79. fm_weck/resources/fm_tools/pinaka.yml +13 -8
  80. fm_weck/resources/fm_tools/predatorhp.yml +6 -4
  81. fm_weck/resources/fm_tools/prism.yml +67 -0
  82. fm_weck/resources/fm_tools/proton.yml +6 -6
  83. fm_weck/resources/fm_tools/prtest.yml +22 -6
  84. fm_weck/resources/fm_tools/racerf.yml +14 -5
  85. fm_weck/resources/fm_tools/relay-sv.yml +8 -13
  86. fm_weck/resources/fm_tools/rizzer.yml +8 -12
  87. fm_weck/resources/fm_tools/schema.yml +56 -3
  88. fm_weck/resources/fm_tools/sikraken.yml +3 -3
  89. fm_weck/resources/fm_tools/spf.yml +13 -8
  90. fm_weck/resources/fm_tools/svf-svc.yml +15 -6
  91. fm_weck/resources/fm_tools/symbiotic-witch.yml +9 -5
  92. fm_weck/resources/fm_tools/symbiotic.yml +6 -2
  93. fm_weck/resources/fm_tools/testcov.yml +8 -8
  94. fm_weck/resources/fm_tools/theta.yml +8 -4
  95. fm_weck/resources/fm_tools/thorn.yml +3 -1
  96. fm_weck/resources/fm_tools/tracerx-wp.yml +11 -2
  97. fm_weck/resources/fm_tools/tracerx.yml +5 -1
  98. fm_weck/resources/fm_tools/uautomizer.yml +7 -12
  99. fm_weck/resources/fm_tools/ugemcutter.yml +8 -2
  100. fm_weck/resources/fm_tools/ukojak.yml +5 -2
  101. fm_weck/resources/fm_tools/ureferee.yml +3 -4
  102. fm_weck/resources/fm_tools/utaipan.yml +8 -2
  103. fm_weck/resources/fm_tools/utestgen.yml +11 -3
  104. fm_weck/resources/fm_tools/vercors.yml +94 -0
  105. fm_weck/resources/fm_tools/veriabs.yml +11 -9
  106. fm_weck/resources/fm_tools/veriabsl.yml +10 -8
  107. fm_weck/resources/fm_tools/verifuzz.yml +16 -266
  108. fm_weck/resources/fm_tools/verioover.yml +10 -6
  109. fm_weck/resources/fm_tools/wasp-c.yml +6 -4
  110. fm_weck/resources/fm_tools/wit4java.yml +20 -13
  111. fm_weck/resources/fm_tools/witch.yml +8 -4
  112. fm_weck/resources/fm_tools/witnesslint.yml +37 -9
  113. fm_weck/resources/fm_tools/witnessmap.yml +16 -1
  114. fm_weck/run_result.py +38 -0
  115. fm_weck/runexec_mode.py +7 -2
  116. fm_weck/serve.py +66 -12
  117. fm_weck/version_listing.py +25 -0
  118. {fm_weck-1.4.5.dist-info → fm_weck-1.4.6.dist-info}/METADATA +4 -2
  119. fm_weck-1.4.6.dist-info/RECORD +153 -0
  120. {fm_weck-1.4.5.dist-info → fm_weck-1.4.6.dist-info}/WHEEL +1 -1
  121. fm_weck-1.4.5.dist-info/RECORD +0 -146
  122. /fm_weck/resources/{BenchExec-3.25-py3-none-any.whl.license → BenchExec-3.27-py3-none-any.whl.license} +0 -0
  123. {fm_weck-1.4.5.dist-info → fm_weck-1.4.6.dist-info}/entry_points.txt +0 -0
@@ -14,13 +14,15 @@ maintainers:
14
14
  - name: Fatimah Aljaafari
15
15
  institution: University of Manchester
16
16
  country: UK
17
- url: null
17
+ url:
18
18
 
19
19
  versions:
20
20
  - version: "svcomp24"
21
21
  doi: "10.5281/zenodo.10171482"
22
22
  required_ubuntu_packages: []
23
23
  benchexec_toolinfo_options: ["-s", "kinduction"]
24
+ full_container_images:
25
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
24
26
  - version: "svcomp23"
25
27
  url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/ebf.zip"
26
28
  benchexec_toolinfo_options: ["-s", "kinduction"]
@@ -29,13 +31,14 @@ versions:
29
31
  competition_participations:
30
32
  - competition: "SV-COMP 2025"
31
33
  track: "Verification"
32
- hors_concours: true
34
+ label:
35
+ - inactive
33
36
  tool_version: "svcomp24"
34
37
  jury_member:
35
38
  name: Hors Concours
36
39
  institution: --
37
40
  country: --
38
- url: null
41
+ url:
39
42
  - competition: "SV-COMP 2024"
40
43
  track: "Verification"
41
44
  tool_version: "svcomp24"
@@ -43,7 +46,7 @@ competition_participations:
43
46
  name: Fatimah Aljaafari
44
47
  institution: University of Manchester
45
48
  country: UK
46
- url: null
49
+ url:
47
50
  - competition: "SV-COMP 2023"
48
51
  track: "Verification"
49
52
  tool_version: "svcomp23"
@@ -51,7 +54,7 @@ competition_participations:
51
54
  name: Fatimah Aljaafari
52
55
  institution: University of Manchester
53
56
  country: UK
54
- url: null
57
+ url:
55
58
 
56
59
  techniques:
57
60
  - Bounded Model Checking
@@ -1,5 +1,8 @@
1
1
  id: emergentheta
2
2
  name: EmergenTheta
3
+ description: |
4
+ EmergenTheta is a variant of Theta utilizing emerging techniques previously missing from Theta.
5
+ We step away from Theta's conventional, abstraction-based techniques and use a portfolio of BMC, IMC, k-induction, and saturation based techniques, with possible implicit predicate abstraction.
3
6
  input_languages:
4
7
  - C
5
8
  project_url: https://github.com/ftsrg/theta
@@ -53,16 +56,20 @@ competition_participations:
53
56
  url: http://mit.bme.hu/~bajczi
54
57
 
55
58
  techniques:
59
+ - CEGAR
60
+ - Predicate Abstraction
56
61
  - Bounded Model Checking
57
62
  - k-Induction
58
63
  - Bit-Precise Analysis
59
- - ARG-Based Analysis
60
64
  - Interpolation
61
65
  - Algorithm Selection
62
66
  - Portfolio
67
+ - Interpolation-Based Model Checking
68
+ - Task Translation
69
+ - Floating-Point Arithmetics
63
70
 
64
- frameworks_solvers: []
65
71
 
72
+ frameworks_solvers: []
66
73
 
67
74
  literature:
68
75
  - doi: 10.1007/978-3-031-57256-2_23
@@ -16,7 +16,7 @@ maintainers:
16
16
  name: Lucas C. Cordeiro
17
17
  institution: University of Manchester
18
18
  country: UK
19
- url: null
19
+ url:
20
20
 
21
21
  versions:
22
22
  - version: "svcomp25"
@@ -28,7 +28,7 @@ versions:
28
28
  benchexec_toolinfo_options: ['-s', 'incr', '--concurrency']
29
29
  required_ubuntu_packages: []
30
30
  - version: "testcomp25"
31
- doi: 10.5281/zenodo.14191098
31
+ doi: 10.5281/zenodo.14340851
32
32
  benchexec_toolinfo_options: ["-s", "incr", "-o", "condition"]
33
33
  required_ubuntu_packages: []
34
34
 
@@ -37,28 +37,31 @@ competition_participations:
37
37
  track: "Verification"
38
38
  tool_version: "svcomp25"
39
39
  jury_member:
40
+ orcid: 0000-0002-6235-4272
40
41
  name: Tong Wu
41
- institution: the University of Manchester
42
+ institution: University of Manchester
42
43
  country: UK
43
- url: null
44
+ url:
44
45
  - competition: "SV-COMP 2024"
45
46
  track: "Verification"
46
- hors_concours: true
47
+ label:
48
+ - inactive
47
49
  tool_version: "svcomp22"
48
50
  jury_member:
49
51
  name: Hors Concours
50
52
  institution: --
51
53
  country: --
52
- url: null
54
+ url:
53
55
  - competition: "SV-COMP 2023"
54
56
  track: "Verification"
55
- hors_concours: true
57
+ label:
58
+ - inactive
56
59
  tool_version: "svcomp22"
57
60
  jury_member:
58
61
  name: Hors Concours
59
62
  institution: --
60
63
  country: --
61
- url: null
64
+ url:
62
65
  - competition: "Test-Comp 2025"
63
66
  track: "Test Generation"
64
67
  tool_version: "testcomp25"
@@ -66,7 +69,7 @@ competition_participations:
66
69
  name: Chenfeng Wei
67
70
  institution: University of Manchester
68
71
  country: UK
69
- url: null
72
+ url:
70
73
 
71
74
  techniques:
72
75
  - Bounded Model Checking
@@ -84,4 +87,4 @@ literature:
84
87
  year: 2011
85
88
  - doi: 10.1007/978-3-642-28756-5_42
86
89
  title: "Context-Bounded Model Checking with ESBMC 1.17 (Competition Contribution)"
87
- year: 2012
90
+ year: 2012
@@ -16,7 +16,7 @@ maintainers:
16
16
  name: Rafael Sá Menezes
17
17
  institution: University of Manchester
18
18
  country: UK
19
- url: null
19
+ url:
20
20
 
21
21
  versions:
22
22
  - version: "svcomp25"
@@ -32,8 +32,8 @@ versions:
32
32
  benchexec_toolinfo_options: ["-s", "kinduction"]
33
33
  required_ubuntu_packages: []
34
34
  - version: "testcomp25"
35
- doi: 10.5281/zenodo.14191098
36
- benchexec_toolinfo_options: ["-s", "kinduction","-o","branch"]
35
+ doi: 10.5281/zenodo.14340851
36
+ benchexec_toolinfo_options: ["-s", "kinduction", "-o", "branch"]
37
37
  required_ubuntu_packages: []
38
38
  - version: "testcomp23"
39
39
  doi: 10.5281/zenodo.10412876
@@ -45,10 +45,11 @@ competition_participations:
45
45
  track: "Verification"
46
46
  tool_version: "svcomp25"
47
47
  jury_member:
48
+ orcid: 0000-0002-6235-4272
48
49
  name: Tong Wu
49
50
  institution: University of Manchester
50
51
  country: UK
51
- url: null
52
+ url:
52
53
  - competition: "SV-COMP 2024"
53
54
  track: "Verification"
54
55
  tool_version: "svcomp24"
@@ -56,7 +57,7 @@ competition_participations:
56
57
  name: Franz Brauße
57
58
  institution: University of Manchester
58
59
  country: UK
59
- url: null
60
+ url:
60
61
  - competition: "SV-COMP 2023"
61
62
  track: "Verification"
62
63
  tool_version: "svcomp23"
@@ -64,7 +65,7 @@ competition_participations:
64
65
  name: Rafael Sá Menezes
65
66
  institution: University of Manchester
66
67
  country: UK
67
- url: null
68
+ url:
68
69
  - competition: "Test-Comp 2025"
69
70
  track: "Test Generation"
70
71
  tool_version: "testcomp25"
@@ -72,16 +73,17 @@ competition_participations:
72
73
  name: Chenfeng Wei
73
74
  institution: University of Manchester
74
75
  country: UK
75
- url: null
76
+ url:
76
77
  - competition: "Test-Comp 2024"
77
78
  track: "Test Generation"
78
- hors_concours: true
79
+ label:
80
+ - inactive
79
81
  tool_version: "testcomp23"
80
82
  jury_member:
81
83
  name: Hors Concours
82
84
  institution: --
83
85
  country: --
84
- url: null
86
+ url:
85
87
  - competition: "Test-Comp 2023"
86
88
  track: "Test Generation"
87
89
  tool_version: "testcomp23"
@@ -89,7 +91,7 @@ competition_participations:
89
91
  name: Rafael Sá Menezes
90
92
  institution: University of Manchester
91
93
  country: UK
92
- url: null
94
+ url:
93
95
 
94
96
  techniques:
95
97
  - Bounded Model Checking
@@ -108,4 +110,3 @@ literature:
108
110
  - doi: "10.1109/TSE.2011.59"
109
111
  title: "SMT-based bounded model checking for embedded ANSI-C software"
110
112
  year: 2011
111
-
@@ -19,7 +19,7 @@ maintainers:
19
19
 
20
20
  versions:
21
21
  - version: "testcomp25"
22
- doi: 10.5281/zenodo.14241978
22
+ doi: 10.5281/zenodo.14282305
23
23
  benchexec_toolinfo_options: ["--testcomp"]
24
24
  required_ubuntu_packages: []
25
25
  - version: "testcomp24"
@@ -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